Color Hex Logo

#b65512 Color Hex

#B65512
(182,85,18)
0 Favorites   0 Comments

Color spaces of #b65512

RGB 1828518
HSL0.070.820.39
HSV25°90°71°
CMYK 0.000.530.90   0.29
XYZ22.649116.48582.5606
Yxy16.48580.54320.3954
Hunter Lab40.602728.516624.6828
CIE-Lab47.605535.823552.3643

#b65512 color RGB value is (182,85,18).

#b65512 hex color red value is 182, green value is 85 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b65512 hue: 0.07 , saturation: 0.82 and the lightness value of b65512 is 0.39.

The process color (four color CMYK) of #b65512 color hex is 0.00, 0.53, 0.90, 0.29. Web safe color of #b65512 is #cc6600. Color #b65512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010101 00010010
Octal 266 125 22
Decimal 182 85 18
Hex B6 55 12

RGB Percentages of Color #b65512

%63.86
%29.82
%6.32

CMYK Percentages of Color #b65512

%0
%53
%90
%29

Triadic Colors of #b65512

#b65512 #12b655 #5512b6

Analogous Colors of #b65512

#b65512 #b6a712 #b61221

Monochromatic Colors of #b65512

#b65512

Complementary Color

#b65512 #1273b6

#b65512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65512 Color CSS Codes

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

#b65512 Text Font Color

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

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


#b65512 Background Color

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

This div background color is #b65512


#b65512 Border Color

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

This div border color is #b65512


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,85,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b65512; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b65512;
  -webkit-box-shadow: 1px 1px 3px 2px #b65512;
  box-shadow:         1px 1px 3px 2px #b65512; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,85,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65512


Comments

No comments written yet.

Please login to write comment.