Html Css Color HEX #B9900B Dark Goldenrod

📋 copy color: '#B9900B'

red 185 ◦ green 144 ◦ blue 11

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

Shades of Dark Goldenrod #B9900B

Tints of Dark Goldenrod #B9900B

RGB

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

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

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

R = 54.41%
G = 42.35%
B = 3.24%

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

#B9900B (or 0xB9900B) is known color: Dark Goldenrod. HEX triplet: B9, 90 and 0B. RGB value is (185,144,11). Sum of RGB (Red+Green+Blue) = 185+144+11=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B9900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9900B is #466FF4. Grayscale: #8D8D8D. Windows color (decimal): -4616181 or 757945. OLE color: 757945.

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

Color convert

RGB 185 144 11 -
CMYK 0 0.22 0.94 0.27
HSL 45.86º 0.89% 0.38% -
HSV(B) 45.86º 0.94% 0.73% -
XYZ 30.04 30.28 4.58 -
YUV 141.1 54.58 159.31 -
System Red Green Blue C M Y K H S L
Decimal 185 144 11 0 0.22 0.94 0.27 45.86 0.89 0.38
Hex B9 90 B 0 16 5E 1B 2E 59 26
Octal 271 220 13 0 26 136 33 56 131 46
Binary 10111001 10010000 1011 0 10110 1011110 11011 101110 1011001 100110

Color Harmonies of #B9900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9900B

Black with #B9900B

Text Example


Text Example

White with #B9900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9900B; }

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

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

background-color css

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

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

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

border-color css

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

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

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