#BE710A

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

Shades of Dark Goldenrod #BE710A

Tints of Dark Goldenrod #BE710A

Color information

#BE710A (or 0xBE710A) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 71 and 0A. RGB value is (190,113,10). Sum of RGB (Red+Green+Blue) = 190+113+10=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE710A is #418EF5. Grayscale: #7C7C7C. Windows color (decimal): -4296438 or 684478. OLE color: 684478.

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

Color convert

RGB19011310-
CMYK00.410.950.25
HSL34.33º90%39.22%-
HSV(B)34.33º94.74%74.51%-
XYZ27.222.783.25-
YUV124.2863.51174.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.70%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 10 (4.30% from 255) = 3.19%
R=60.70%
G=36.10%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901131000.410.950.2534.339039.22
HexBE71A0295F19225a27
Octal27616112051137314213247
Binary101111101110001101001010011011111110011000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE710A; }

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

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

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

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

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

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

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

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