Color Hex Logo

#b65810 Color Hex

#B65810
(182,88,16)
0 Favorites   0 Comments

Color spaces of #b65810

RGB 1828816
HSL0.070.840.39
HSV26°91°71°
CMYK 0.000.520.91   0.29
XYZ22.874716.96192.5586
Yxy16.96190.53960.4001
Hunter Lab41.184827.068325.1460
CIE-Lab48.212034.235153.4249

#b65810 color RGB value is (182,88,16).

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

The process color (four color CMYK) of #b65810 color hex is 0.00, 0.52, 0.91, 0.29. Web safe color of #b65810 is #cc6600. Color #b65810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011000 00010000
Octal 266 130 20
Decimal 182 88 16
Hex B6 58 10

RGB Percentages of Color #b65810

%63.64
%30.77
%5.59

CMYK Percentages of Color #b65810

%0
%52
%91
%29

Triadic Colors of #b65810

#b65810 #10b658 #5810b6

Analogous Colors of #b65810

#b65810 #b6ab10 #b6101b

Monochromatic Colors of #b65810

#b65810

Complementary Color

#b65810 #106eb6

#b65810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65810 Color CSS Codes

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

#b65810 Text Font Color

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

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


#b65810 Background Color

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

This div background color is #b65810


#b65810 Border Color

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

This div border color is #b65810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65810


Comments

No comments written yet.

Please login to write comment.