#BB8715

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

Shades of Dark Goldenrod #BB8715

Tints of Dark Goldenrod #BB8715

Color information

#BB8715 (or 0xBB8715) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 87 and 15. RGB value is (187,135,21). Sum of RGB (Red+Green+Blue) = 187+135+21=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8715 is #4478EA. Grayscale: #8A8A8A. Windows color (decimal): -4487403 or 1411003. OLE color: 1411003.

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

Color convert

RGB18713521-
CMYK00.280.890.27
HSL41.2º79.81%40.78%-
HSV(B)41.2º88.77%73.33%-
XYZ29.2927.954.56-
YUV137.5562.23163.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 21 (8.59% from 255) = 6.12%
R=54.52%
G=39.36%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871352100.280.890.2741.279.8140.78
HexBB871501C591B295029
Octal27320725034131335112051
Binary1011101110000111101010111001011001110111010011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8715; }

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

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

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

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

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

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

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

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