#BB7D15

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

Shades of Dark Goldenrod #BB7D15

Tints of Dark Goldenrod #BB7D15

Color information

#BB7D15 (or 0xBB7D15) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 7D and 15. RGB value is (187,125,21). Sum of RGB (Red+Green+Blue) = 187+125+21=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7D15 is #4482EA. Grayscale: #848484. Windows color (decimal): -4489963 or 1408443. OLE color: 1408443.

HSL color Cylindrical-coordinate representation of color #BB7D15: hue angle of 37.59º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB7D15 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18712521-
CMYK00.330.890.27
HSL37.59º79.81%40.78%-
HSV(B)37.59º88.77%73.33%-
XYZ27.9625.294.12-
YUV131.6865.54167.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 21 (8.59% from 255) = 6.31%
R=56.16%
G=37.54%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871252100.330.890.2737.5979.8140.78
HexBB7D15021591B265029
Octal27317525041131334612051
Binary1011101111111011010101000011011001110111001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D15; }

 p { color: rgb(187,125,21); }

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

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

 a { background-color: rgb(187,125,21); }

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

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

 span { border-color: rgb(187,125,21); }

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