#BC830A

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

Shades of Dark Goldenrod #BC830A

Tints of Dark Goldenrod #BC830A

Color information

#BC830A (or 0xBC830A) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 83 and 0A. RGB value is (188,131,10). Sum of RGB (Red+Green+Blue) = 188+131+10=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC830A is #437CF5. Grayscale: #868686. Windows color (decimal): -4422902 or 689084. OLE color: 689084.

HSL color Cylindrical-coordinate representation of color #BC830A: hue angle of 40.79º 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 #BC830A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB18813110-
CMYK00.300.950.26
HSL40.79º89.9%38.82%-
HSV(B)40.79º94.68%73.73%-
XYZ28.9126.953.96-
YUV134.2557.88166.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.14%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 10 (4.30% from 255) = 3.04%
R=57.14%
G=39.82%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881311000.300.950.2640.7989.938.82
HexBC83A01E5F1A295a27
Octal27420312036137325113247
Binary101111001000001110100111101011111110101010011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC830A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC830A; }

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

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

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

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

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

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

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

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