Html Css Color HEX #BB9C00 Dark Goldenrod

📋 copy color: '#BB9C00'

red 187 ◦ green 156 ◦ blue 0

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

Shades of Dark Goldenrod #BB9C00

Tints of Dark Goldenrod #BB9C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

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

R = 54.52%
G = 45.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB9C00 (or 0xBB9C00) is known color: Dark Goldenrod. HEX triplet: BB, 9C and 00. RGB value is (187,156,0). Sum of RGB (Red+Green+Blue) = 187+156+0=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9C00 is #4463FF. Grayscale: #949494. Windows color (decimal): -4482048 or 40123. OLE color: 40123.

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

Color convert

RGB 187 156 0 -
CMYK 0 0.17 1 0.27
HSL 50.05º 1% 0.37% -
HSV(B) 50.05º 1% 0.73% -
XYZ 32.38 34.34 4.92 -
YUV 147.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 187 156 0 0 0.17 1 0.27 50.05 1 0.37
Hex BB 9C 0 0 11 64 1B 32 64 25
Octal 273 234 0 0 21 144 33 62 144 45
Binary 10111011 10011100 0 0 10001 1100100 11011 110010 1100100 100101

Color Harmonies of #BB9C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C00

Black with #BB9C00

Text Example


Text Example

White with #BB9C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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