Html Css Color HEX #B9880B Dark Goldenrod

📋 copy color: '#B9880B'

red 185 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #B9880B

Tints of Dark Goldenrod #B9880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 55.72%
G = 40.96%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9880B (or 0xB9880B) is known color: Dark Goldenrod. HEX triplet: B9, 88 and 0B. RGB value is (185,136,11). Sum of RGB (Red+Green+Blue) = 185+136+11=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9880B is #4677F4. Grayscale: #888888. Windows color (decimal): -4618229 or 755897. OLE color: 755897.

HSL color Cylindrical-coordinate representation of color #B9880B: hue angle of 43.1º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9880B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 136 11 -
CMYK 0 0.26 0.94 0.27
HSL 43.1º 0.89% 0.38% -
HSV(B) 43.1º 0.94% 0.73% -
XYZ 28.87 27.95 4.19 -
YUV 136.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 185 136 11 0 0.26 0.94 0.27 43.1 0.89 0.38
Hex B9 88 B 0 1A 5E 1B 2B 59 26
Octal 271 210 13 0 32 136 33 53 131 46
Binary 10111001 10001000 1011 0 11010 1011110 11011 101011 1011001 100110

Color Harmonies of #B9880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9880B

Black with #B9880B

Text Example


Text Example

White with #B9880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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