#BB780A

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

Shades of Dark Goldenrod #BB780A

Tints of Dark Goldenrod #BB780A

Color information

#BB780A (or 0xBB780A) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 78 and 0A. RGB value is (187,120,10). Sum of RGB (Red+Green+Blue) = 187+120+10=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB780A is #4487F5. Grayscale: #808080. Windows color (decimal): -4491254 or 686267. OLE color: 686267.

HSL color Cylindrical-coordinate representation of color #BB780A: hue angle of 37.29º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB780A is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB18712010-
CMYK00.360.950.27
HSL37.29º89.85%38.63%-
HSV(B)37.29º94.65%73.33%-
XYZ27.2624.023.49-
YUV127.4961.7170.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.99%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 10 (4.30% from 255) = 3.15%
R=58.99%
G=37.85%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871201000.360.950.2737.2989.8538.63
HexBB78A0245F1B255a27
Octal27317012044137334513247
Binary101110111111000101001001001011111110111001011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB780A; }

 p { color: rgb(187,120,10); }

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

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

 a { background-color: rgb(187,120,10); }

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

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

 span { border-color: rgb(187,120,10); }

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