#BB7A10

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

Shades of Dark Goldenrod #BB7A10

Tints of Dark Goldenrod #BB7A10

Color information

#BB7A10 (or 0xBB7A10) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 7A and 10. RGB value is (187,122,16). Sum of RGB (Red+Green+Blue) = 187+122+16=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7A10 is #4485EF. Grayscale: #818181. Windows color (decimal): -4490736 or 1079995. OLE color: 1079995.

HSL color Cylindrical-coordinate representation of color #BB7A10: hue angle of 37.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB7A10 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18712216-
CMYK00.350.910.27
HSL37.19º84.24%39.8%-
HSV(B)37.19º91.44%73.33%-
XYZ27.5524.523.77-
YUV129.3564.03169.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.54%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=57.54%
G=37.54%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871221600.350.910.2737.1984.2439.8
HexBB7A100235B1B255428
Octal27317220043133334512450
Binary1011101111110101000001000111011011110111001011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A10; }

 p { color: rgb(187,122,16); }

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

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

 a { background-color: rgb(187,122,16); }

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

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

 span { border-color: rgb(187,122,16); }

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