Color Hex Logo

#b23806 Color Hex

#B23806
(178,56,6)
0 Favorites   0 Comments

Color spaces of #b23806

RGB 178566
HSL0.050.930.36
HSV17°97°70°
CMYK 0.000.690.97   0.30
XYZ19.807112.30651.5037
Yxy12.30650.58920.3661
Hunter Lab35.080639.393022.0150
CIE-Lab41.699247.732651.4972

#b23806 color RGB value is (178,56,6).

#b23806 hex color red value is 178, green value is 56 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #b23806 hue: 0.05 , saturation: 0.93 and the lightness value of b23806 is 0.36.

The process color (four color CMYK) of #b23806 color hex is 0.00, 0.69, 0.97, 0.30. Web safe color of #b23806 is #993300. Color #b23806 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111000 00000110
Octal 262 70 6
Decimal 178 56 6
Hex B2 38 6

RGB Percentages of Color #b23806

%74.17
%23.33
%2.50

CMYK Percentages of Color #b23806

%0
%69
%97
%30

Triadic Colors of #b23806

#b23806 #06b238 #3806b2

Analogous Colors of #b23806

#b23806 #b28e06 #b2062a

Monochromatic Colors of #b23806

#b23806

Complementary Color

#b23806 #0680b2

#b23806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23806 Color CSS Codes

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

#b23806 Text Font Color

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

This sample text font color is #b23806
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.


#b23806 Background Color

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

This div background color is #b23806


#b23806 Border Color

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

This div border color is #b23806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23806


Comments

No comments written yet.

Please login to write comment.