#BE8912

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

Shades of Dark Goldenrod #BE8912

Tints of Dark Goldenrod #BE8912

Color information

#BE8912 (or 0xBE8912) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 89 and 12. RGB value is (190,137,18). Sum of RGB (Red+Green+Blue) = 190+137+18=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8912 is #4176ED. Grayscale: #8B8B8B. Windows color (decimal): -4290286 or 1214910. OLE color: 1214910.

HSL color Cylindrical-coordinate representation of color #BE8912: hue angle of 41.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE8912 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19013718-
CMYK00.280.910.25
HSL41.51º82.69%40.78%-
HSV(B)41.51º90.53%74.51%-
XYZ30.2928.884.55-
YUV139.2859.56164.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 18 (7.42% from 255) = 5.22%
R=55.07%
G=39.71%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901371800.280.910.2541.5182.6940.78
HexBE891201C5B192a5329
Octal27621122034133315212351
Binary1011111010001001100100111001011011110011010101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8912; }

 p { color: rgb(190,137,18); }

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

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

 a { background-color: rgb(190,137,18); }

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

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

 span { border-color: rgb(190,137,18); }

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