#BC830D

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

Shades of Dark Goldenrod #BC830D

Tints of Dark Goldenrod #BC830D

Color information

#BC830D (or 0xBC830D) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 83 and 0D. RGB value is (188,131,13). Sum of RGB (Red+Green+Blue) = 188+131+13=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC830D is #437CF2. Grayscale: #878787. Windows color (decimal): -4422899 or 885692. OLE color: 885692.

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

Color convert

RGB18813113-
CMYK00.300.930.26
HSL40.46º87.06%39.41%-
HSV(B)40.46º93.09%73.73%-
XYZ28.9326.954.06-
YUV134.5959.38166.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.63%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 13 (5.47% from 255) = 3.92%
R=56.63%
G=39.46%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881311300.300.930.2640.4687.0639.41
HexBC83D01E5D1A285727
Octal27420315036135325012747
Binary101111001000001111010111101011101110101010001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC830D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC830D; }

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

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

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

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

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

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

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

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