Color Hex Logo

#b25c16 Color Hex

#B25C16
(178,92,22)
0 Favorites   0 Comments

Color spaces of #b25c16

RGB 1789222
HSL0.070.780.39
HSV27°88°70°
CMYK 0.000.480.88   0.30
XYZ22.332117.17722.8976
Yxy17.17720.52660.4051
Hunter Lab41.445423.652124.8666
CIE-Lab48.482530.590251.4655

#b25c16 color RGB value is (178,92,22).

#b25c16 hex color red value is 178, green value is 92 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b25c16 hue: 0.07 , saturation: 0.78 and the lightness value of b25c16 is 0.39.

The process color (four color CMYK) of #b25c16 color hex is 0.00, 0.48, 0.88, 0.30. Web safe color of #b25c16 is #996600. Color #b25c16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011100 00010110
Octal 262 134 26
Decimal 178 92 22
Hex B2 5C 16

RGB Percentages of Color #b25c16

%60.96
%31.51
%7.53

CMYK Percentages of Color #b25c16

%0
%48
%88
%30

Triadic Colors of #b25c16

#b25c16 #16b25c #5c16b2

Analogous Colors of #b25c16

#b25c16 #b2aa16 #b2161e

Monochromatic Colors of #b25c16

#b25c16

Complementary Color

#b25c16 #166cb2

#b25c16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25c16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25c16 Color CSS Codes

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

#b25c16 Text Font Color

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

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


#b25c16 Background Color

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

This div background color is #b25c16


#b25c16 Border Color

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

This div border color is #b25c16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25c16


Comments

No comments written yet.

Please login to write comment.