Html Css Color HEX #BB9904 Dark Goldenrod

📋 copy color: '#BB9904'

red 187 ◦ green 153 ◦ blue 4

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

Shades of Dark Goldenrod #BB9904

Tints of Dark Goldenrod #BB9904

RGB

 RED value IS 187 (73.44% from 255) = 54.36%

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 54.36%
G = 44.48%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB9904 (or 0xBB9904) is known color: Dark Goldenrod. HEX triplet: BB, 99 and 04. RGB value is (187,153,4). Sum of RGB (Red+Green+Blue) = 187+153+4=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9904 is #4466FB. Grayscale: #929292. Windows color (decimal): -4482812 or 301499. OLE color: 301499.

HSL color Cylindrical-coordinate representation of color #BB9904: hue angle of 48.85º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB9904 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 4 -
CMYK 0 0.18 0.98 0.27
HSL 48.85º 0.96% 0.37% -
HSV(B) 48.85º 0.98% 0.73% -
XYZ 31.91 33.36 4.87 -
YUV 146.18 47.76 157.12 -
System Red Green Blue C M Y K H S L
Decimal 187 153 4 0 0.18 0.98 0.27 48.85 0.96 0.37
Hex BB 99 4 0 12 62 1B 31 60 25
Octal 273 231 4 0 22 142 33 61 140 45
Binary 10111011 10011001 100 0 10010 1100010 11011 110001 1100000 100101

Color Harmonies of #BB9904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9904

Black with #BB9904

Text Example


Text Example

White with #BB9904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9904; }

 p { color: rgb(187,153,4); }

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

background-color css

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

 a { background-color: rgb(187,153,4); }

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

border-color css

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

 span { border-color: rgb(187,153,4); }

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