Color Hex Logo

#b65215 Color Hex

#B65215
(182,82,21)
0 Favorites   0 Comments

Color spaces of #b65215

RGB 1828221
HSL0.060.790.40
HSV23°88°71°
CMYK 0.000.550.88   0.29
XYZ22.444116.03382.6214
Yxy16.03380.54610.3901
Hunter Lab40.042229.977324.1481
CIE-Lab47.018837.414350.9028

#b65215 color RGB value is (182,82,21).

#b65215 hex color red value is 182, green value is 82 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b65215 hue: 0.06 , saturation: 0.79 and the lightness value of b65215 is 0.40.

The process color (four color CMYK) of #b65215 color hex is 0.00, 0.55, 0.88, 0.29. Web safe color of #b65215 is #cc6600. Color #b65215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010010 00010101
Octal 266 122 25
Decimal 182 82 21
Hex B6 52 15

RGB Percentages of Color #b65215

%63.86
%28.77
%7.37

CMYK Percentages of Color #b65215

%0
%55
%88
%29

Triadic Colors of #b65215

#b65215 #15b652 #5215b6

Analogous Colors of #b65215

#b65215 #b6a315 #b61528

Monochromatic Colors of #b65215

#b65215

Complementary Color

#b65215 #1579b6

#b65215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65215 Color CSS Codes

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

#b65215 Text Font Color

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

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


#b65215 Background Color

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

This div background color is #b65215


#b65215 Border Color

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

This div border color is #b65215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65215


Comments

No comments written yet.

Please login to write comment.