Html Css Color HEX #B9880E Dark Goldenrod

📋 copy color: '#B9880E'

red 185 ◦ green 136 ◦ blue 14

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

Shades of Dark Goldenrod #B9880E

Tints of Dark Goldenrod #B9880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.6%

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

R = 55.22%
G = 40.6%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9880E (or 0xB9880E) is known color: Dark Goldenrod. HEX triplet: B9, 88 and 0E. RGB value is (185,136,14). Sum of RGB (Red+Green+Blue) = 185+136+14=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B9880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9880E is #4677F1. Grayscale: #898989. Windows color (decimal): -4618226 or 952505. OLE color: 952505.

HSL color Cylindrical-coordinate representation of color #B9880E: hue angle of 42.81º 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 #B9880E is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 136 14 -
CMYK 0 0.26 0.92 0.27
HSL 42.81º 0.86% 0.39% -
HSV(B) 42.81º 0.92% 0.73% -
XYZ 28.89 27.95 4.29 -
YUV 136.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 185 136 14 0 0.26 0.92 0.27 42.81 0.86 0.39
Hex B9 88 E 0 1A 5C 1B 2B 56 27
Octal 271 210 16 0 32 134 33 53 126 47
Binary 10111001 10001000 1110 0 11010 1011100 11011 101011 1010110 100111

Color Harmonies of #B9880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9880E

Black with #B9880E

Text Example


Text Example

White with #B9880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9880E; }

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

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

background-color css

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

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

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

border-color css

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

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

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