#BC790A

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

Shades of Dark Goldenrod #BC790A

Tints of Dark Goldenrod #BC790A

Color information

#BC790A (or 0xBC790A) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 79 and 0A. RGB value is (188,121,10). Sum of RGB (Red+Green+Blue) = 188+121+10=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC790A is #4386F5. Grayscale: #808080. Windows color (decimal): -4425462 or 686524. OLE color: 686524.

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

Color convert

RGB18812110-
CMYK00.360.950.26
HSL37.42º89.9%38.82%-
HSV(B)37.42º94.68%73.73%-
XYZ27.6324.393.54-
YUV128.3861.2170.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.93%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 10 (4.30% from 255) = 3.13%
R=58.93%
G=37.93%
B=3.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881211000.360.950.2637.4289.938.82
HexBC79A0245F1A255a27
Octal27417112044137324513247
Binary101111001111001101001001001011111110101001011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC790A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC790A; }

 p { color: rgb(188,121,10); }

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

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

 a { background-color: rgb(188,121,10); }

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

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

 span { border-color: rgb(188,121,10); }

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