Html Css Color HEX #BB9600 Dark Goldenrod

📋 copy color: '#BB9600'

red 187 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #BB9600

Tints of Dark Goldenrod #BB9600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.51%

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

R = 55.49%
G = 44.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB9600 (or 0xBB9600) is known color: Dark Goldenrod. HEX triplet: BB, 96 and 00. RGB value is (187,150,0). Sum of RGB (Red+Green+Blue) = 187+150+0=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9600 is #4469FF. Grayscale: #909090. Windows color (decimal): -4483584 or 38587. OLE color: 38587.

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

Color convert

RGB 187 150 0 -
CMYK 0 0.20 1 0.27
HSL 48.13º 1% 0.37% -
HSV(B) 48.13º 1% 0.73% -
XYZ 31.4 32.38 4.59 -
YUV 143.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 187 150 0 0 0.20 1 0.27 48.13 1 0.37
Hex BB 96 0 0 14 64 1B 30 64 25
Octal 273 226 0 0 24 144 33 60 144 45
Binary 10111011 10010110 0 0 10100 1100100 11011 110000 1100100 100101

Color Harmonies of #BB9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9600

Black with #BB9600

Text Example


Text Example

White with #BB9600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9600; }

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

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

background-color css

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

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

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

border-color css

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

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

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