#BB6F00

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

Shades of Dark Goldenrod #BB6F00

Tints of Dark Goldenrod #BB6F00

Color information

#BB6F00 (or 0xBB6F00) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 6F and 00. RGB value is (187,111,0). Sum of RGB (Red+Green+Blue) = 187+111+0=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6F00 is #4490FF. Grayscale: #797979. Windows color (decimal): -4493568 or 28603. OLE color: 28603.

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

Color convert

RGB1871110-
CMYK00.4110.27
HSL35.61º100%36.67%-
HSV(B)35.61º100%73.33%-
XYZ26.1821.932.85-
YUV121.0759.68175.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.75%
G=37.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187111000.4110.2735.6110036.67
HexBB6F0029641B246425
Octal2731570051144334414445
Binary101110111101111001010011100100110111001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F00; }

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

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

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

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

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

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

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

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