#BB6D00

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

Shades of Dark Goldenrod #BB6D00

Tints of Dark Goldenrod #BB6D00

Color information

#BB6D00 (or 0xBB6D00) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 6D and 00. RGB value is (187,109,0). Sum of RGB (Red+Green+Blue) = 187+109+0=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6D00 is #4492FF. Grayscale: #787878. Windows color (decimal): -4494080 or 28091. OLE color: 28091.

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

Color convert

RGB1871090-
CMYK00.4210.27
HSL34.97º100%36.67%-
HSV(B)34.97º100%73.33%-
XYZ25.9621.52.78-
YUV119.960.34175.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.18%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.18%
G=36.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187109000.4210.2734.9710036.67
HexBB6D002A641B236425
Octal2731550052144334314445
Binary101110111101101001010101100100110111000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D00; }

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

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

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

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

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

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

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

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