#BE850C

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

Shades of Dark Goldenrod #BE850C

Tints of Dark Goldenrod #BE850C

Color information

#BE850C (or 0xBE850C) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 85 and 0C. RGB value is (190,133,12). Sum of RGB (Red+Green+Blue) = 190+133+12=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE850C is #417AF3. Grayscale: #888888. Windows color (decimal): -4291316 or 820670. OLE color: 820670.

HSL color Cylindrical-coordinate representation of color #BE850C: hue angle of 40.79º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE850C is Cyan = 0, Magento = 0.3, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB19013312-
CMYK00.30.940.25
HSL40.79º88.12%39.61%-
HSV(B)40.79º93.68%74.51%-
XYZ29.6927.754.14-
YUV136.2557.88166.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 12 (5.08% from 255) = 3.58%
R=56.72%
G=39.70%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901331200.30.940.2540.7988.1239.61
HexBE85C01E5E19295828
Octal27620514036136315113050
Binary101111101000010111000111101011110110011010011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE850C; }

 p { color: rgb(190,133,12); }

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

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

 a { background-color: rgb(190,133,12); }

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

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

 span { border-color: rgb(190,133,12); }

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