Color Hex Logo

#b6990f Color Hex

#B6990F
(182,153,15)
0 Favorites   0 Comments

Color spaces of #b6990f

RGB 18215315
HSL0.140.850.39
HSV50°92°71°
CMYK 0.000.160.92   0.29
XYZ30.768932.76205.1539
Yxy32.76200.44800.4770
Hunter Lab57.2381-4.212334.7280
CIE-Lab63.9677-1.372165.5282

#b6990f color RGB value is (182,153,15).

#b6990f hex color red value is 182, green value is 153 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b6990f hue: 0.14 , saturation: 0.85 and the lightness value of b6990f is 0.39.

The process color (four color CMYK) of #b6990f color hex is 0.00, 0.16, 0.92, 0.29. Web safe color of #b6990f is #cc9900. Color #b6990f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011001 00001111
Octal 266 231 17
Decimal 182 153 15
Hex B6 99 F

RGB Percentages of Color #b6990f

%52.00
%43.71
%4.29

CMYK Percentages of Color #b6990f

%0
%16
%92
%29

Triadic Colors of #b6990f

#b6990f #0fb699 #990fb6

Analogous Colors of #b6990f

#b6990f #80b60f #b6460f

Monochromatic Colors of #b6990f

#b6990f

Complementary Color

#b6990f #0f2cb6

#b6990f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6990f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6990f Color CSS Codes

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

#b6990f Text Font Color

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

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


#b6990f Background Color

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

This div background color is #b6990f


#b6990f Border Color

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

This div border color is #b6990f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6990f


Comments

No comments written yet.

Please login to write comment.