Html Css Color HEX #BB9000 Dark Goldenrod

📋 copy color: '#BB9000'

red 187 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #BB9000

Tints of Dark Goldenrod #BB9000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.5%
G = 43.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB9000 (or 0xBB9000) is known color: Dark Goldenrod. HEX triplet: BB, 90 and 00. RGB value is (187,144,0). Sum of RGB (Red+Green+Blue) = 187+144+0=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9000 is #446FFF. Grayscale: #8D8D8D. Windows color (decimal): -4485120 or 37051. OLE color: 37051.

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

Color convert

RGB 187 144 0 -
CMYK 0 0.23 1 0.27
HSL 46.2º 1% 0.37% -
HSV(B) 46.2º 1% 0.73% -
XYZ 30.47 30.51 4.28 -
YUV 140.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 187 144 0 0 0.23 1 0.27 46.2 1 0.37
Hex BB 90 0 0 17 64 1B 2E 64 25
Octal 273 220 0 0 27 144 33 56 144 45
Binary 10111011 10010000 0 0 10111 1100100 11011 101110 1100100 100101

Color Harmonies of #BB9000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9000

Black with #BB9000

Text Example


Text Example

White with #BB9000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9000; }

 p { color: rgb(187,144,0); }

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

background-color css

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

 a { background-color: rgb(187,144,0); }

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

border-color css

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

 span { border-color: rgb(187,144,0); }

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