Html Css Color HEX #B9860E Dark Goldenrod

📋 copy color: '#B9860E'

red 185 ◦ green 134 ◦ blue 14

#B9860E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B9860E

Tints of Dark Goldenrod #B9860E

RGB

 RED value IS 185 (72.66% from 255) = 55.56%

 GREEN value IS 134 (52.73% from 255) = 40.24%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 55.56%
G = 40.24%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9860E (or 0xB9860E) is known color: Dark Goldenrod. HEX triplet: B9, 86 and 0E. RGB value is (185,134,14). Sum of RGB (Red+Green+Blue) = 185+134+14=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9860E is #4679F1. Grayscale: #888888. Windows color (decimal): -4618738 or 951993. OLE color: 951993.

HSL color Cylindrical-coordinate representation of color #B9860E: hue angle of 42.11º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9860E is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 14 -
CMYK 0 0.28 0.92 0.27
HSL 42.11º 0.86% 0.39% -
HSV(B) 42.11º 0.92% 0.73% -
XYZ 28.61 27.4 4.2 -
YUV 135.57 59.4 163.26 -
System Red Green Blue C M Y K H S L
Decimal 185 134 14 0 0.28 0.92 0.27 42.11 0.86 0.39
Hex B9 86 E 0 1C 5C 1B 2A 56 27
Octal 271 206 16 0 34 134 33 52 126 47
Binary 10111001 10000110 1110 0 11100 1011100 11011 101010 1010110 100111

Color Harmonies of #B9860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9860E

Black with #B9860E

Text Example


Text Example

White with #B9860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9860E; }

 p { color: rgb(185,134,14); }

 H1.HeaderClassName
 {
   color: #B9860E;
 }
 .AnyTagClassName
 {
   color: #B9860E;
 }
</style>

background-color css

<style>
 a { background-color: #B9860E; }

 a { background-color: rgb(185,134,14); }

 div.DivClassName
 {
   background-color: #B9860E;
 }
 .BgClassName
 {
   background-color: #B9860E;
 }
</style>

border-color css

<style>
 span { border-color: #B9860E; }

 span { border-color: rgb(185,134,14); }

 td.TdClassName
 {
   border-color: #B9860E;
 }
 .TagClassName
 {
   border-color: #B9860E;
 }
</style>