color codes Logo

#b2330f color codes

#B2330F
(178,51,15)
0 Favorites   0 Comments

Color spaces of #b2330f

RGB 1785115
HSL0.040.840.38
HSV13°92°70°
CMYK 0.000.710.92   0.30
XYZ19.630111.86711.7079
Yxy11.86710.59120.3574
Hunter Lab34.448741.430721.1746
CIE-Lab41.004149.842948.2183

#b2330f color RGB value is (178,51,15).

#b2330f hex color red value is 178, green value is 51 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b2330f hue: 0.04 , saturation: 0.84 and the lightness value of b2330f is 0.38.

The process color (four color CMYK) of #b2330f color code is 0.00, 0.71, 0.92, 0.30. Web safe color of #b2330f is #993300. Color #b2330f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110011 00001111
Octal 262 63 17
Decimal 178 51 15
Hex B2 33 F

RGB Percentages of Color #b2330f

%72.95
%20.90
%6.15

CMYK Percentages of Color #b2330f

%0
%71
%92
%30

Triadic Colors of #b2330f

#b2330f #0fb233 #330fb2

Analogous Colors of #b2330f

#b2330f #b2850f #b20f3c

Monochromatic Colors of #b2330f

#b2330f

Complementary Color

#b2330f #0f8eb2

#b2330f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2330f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2330f Color CSS Codes

.mybgcolor {background-color:#b2330f; } 
.myforecolor {color:#b2330f; }
.mybordercolor {border:3px solid #b2330f; }

#b2330f Text Font Color

<p style="color:#b2330f">Text here</p>

This sample text font color is #b2330f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2330f Background Color

<div style="background-color:#b2330f">
Div content here</div>

This div background color is #b2330f


#b2330f Border Color

<div style="border:3px solid #b2330f">
Div here</div>

This div border color is #b2330f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,51,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2330f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2330f;
  -webkit-box-shadow: 1px 1px 3px 2px #b2330f;
  box-shadow:         1px 1px 3px 2px #b2330f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,51,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2330f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2330f;
  -webkit-box-shadow: 1px 1px 3px 2px #b2330f;
  box-shadow:         1px 1px 3px 2px #b2330f;">
Div content here</div>

This div box has shadow with color #b2330f


Comments

No comments written yet.

Please login to write comment.