#BE870A

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

Shades of Dark Goldenrod #BE870A

Tints of Dark Goldenrod #BE870A

Color information

#BE870A (or 0xBE870A) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 87 and 0A. RGB value is (190,135,10). Sum of RGB (Red+Green+Blue) = 190+135+10=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE870A is #4178F5. Grayscale: #898989. Windows color (decimal): -4290806 or 690110. OLE color: 690110.

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

Color convert

RGB19013510-
CMYK00.290.950.25
HSL41.67º90%39.22%-
HSV(B)41.67º94.74%74.51%-
XYZ29.9528.34.17-
YUV137.1956.22165.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 135 (53.12% from 255) = 40.30%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=56.72%
G=40.30%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901351000.290.950.2541.679039.22
HexBE87A01D5F192a5a27
Octal27620712035137315213247
Binary101111101000011110100111011011111110011010101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE870A; }

 p { color: rgb(190,135,10); }

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

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

 a { background-color: rgb(190,135,10); }

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

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

 span { border-color: rgb(190,135,10); }

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