#BB9700

Color #BB9700 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BB9700

Tints of Dark Goldenrod #BB9700

Color information

#BB9700 (or 0xBB9700) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 97 and 00. RGB value is (187,151,0). Sum of RGB (Red+Green+Blue) = 187+151+0=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9700 is #4468FF. Grayscale: #919191. Windows color (decimal): -4483328 or 38843. OLE color: 38843.

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

Color convert

RGB1871510-
CMYK00.1910.27
HSL48.45º100%36.67%-
HSV(B)48.45º100%73.33%-
XYZ31.5632.74.65-
YUV144.5546.43158.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 151 (59.38% from 255) = 44.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.33%
G=44.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187151000.1910.2748.4510036.67
HexBB970013641B306425
Octal2732270023144336014445
Binary101110111001011100100111100100110111100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9700; }

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

 H1.HeaderClassName
 {
   color: #BB9700;
 }
 .AnyTagClassName
 {
   color: #BB9700;
 }
</style>
background-color css

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

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

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

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

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

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