Color Hex Logo

#b6550e Color Hex

#B6550E
(182,85,14)
0 Favorites   0 Comments

Color spaces of #b6550e

RGB 1828514
HSL0.070.860.38
HSV25°92°71°
CMYK 0.000.530.92   0.29
XYZ22.619216.47382.4031
Yxy16.47380.54510.3970
Hunter Lab40.587928.447224.9012
CIE-Lab47.590135.753653.5375

#b6550e color RGB value is (182,85,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010101 00001110
Octal 266 125 16
Decimal 182 85 14
Hex B6 55 E

RGB Percentages of Color #b6550e

%64.77
%30.25
%4.98

CMYK Percentages of Color #b6550e

%0
%53
%92
%29

Triadic Colors of #b6550e

#b6550e #0eb655 #550eb6

Analogous Colors of #b6550e

#b6550e #b6a90e #b60e1b

Monochromatic Colors of #b6550e

#b6550e

Complementary Color

#b6550e #0e6fb6

#b6550e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6550e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6550e Color CSS Codes

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

#b6550e Text Font Color

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

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


#b6550e Background Color

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

This div background color is #b6550e


#b6550e Border Color

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

This div border color is #b6550e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6550e


Comments

No comments written yet.

Please login to write comment.