#BB8800

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

Shades of Dark Goldenrod #BB8800

Tints of Dark Goldenrod #BB8800

Color information

#BB8800 (or 0xBB8800) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 88 and 00. RGB value is (187,136,0). Sum of RGB (Red+Green+Blue) = 187+136+0=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8800 is #4477FF. Grayscale: #888888. Windows color (decimal): -4487168 or 35003. OLE color: 35003.

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

Color convert

RGB1871360-
CMYK00.2710.27
HSL43.64º100%36.67%-
HSV(B)43.64º100%73.33%-
XYZ29.328.173.89-
YUV135.7451.4164.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.89%
G=42.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187136000.2710.2743.6410036.67
HexBB88001B641B2c6425
Octal2732100033144335414445
Binary101110111000100000110111100100110111011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8800; }

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

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

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

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

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

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

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

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