Html Css Color HEX #B9900C Dark Goldenrod

📋 copy color: '#B9900C'

red 185 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #B9900C

Tints of Dark Goldenrod #B9900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

 BLUE value IS 12 (5.08% from 255) = 3.52%

R = 54.25%
G = 42.23%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9900C (or 0xB9900C) is known color: Dark Goldenrod. HEX triplet: B9, 90 and 0C. RGB value is (185,144,12). Sum of RGB (Red+Green+Blue) = 185+144+12=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9900C is #466FF3. Grayscale: #8D8D8D. Windows color (decimal): -4616180 or 823481. OLE color: 823481.

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

Color convert

RGB 185 144 12 -
CMYK 0 0.22 0.94 0.27
HSL 45.78º 0.88% 0.39% -
HSV(B) 45.78º 0.94% 0.73% -
XYZ 30.05 30.29 4.61 -
YUV 141.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 185 144 12 0 0.22 0.94 0.27 45.78 0.88 0.39
Hex B9 90 C 0 16 5E 1B 2E 58 27
Octal 271 220 14 0 26 136 33 56 130 47
Binary 10111001 10010000 1100 0 10110 1011110 11011 101110 1011000 100111

Color Harmonies of #B9900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9900C

Black with #B9900C

Text Example


Text Example

White with #B9900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9900C; }

 p { color: rgb(185,144,12); }

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

background-color css

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

 a { background-color: rgb(185,144,12); }

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

border-color css

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

 span { border-color: rgb(185,144,12); }

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