#BE7B12

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

Shades of Dark Goldenrod #BE7B12

Tints of Dark Goldenrod #BE7B12

Color information

#BE7B12 (or 0xBE7B12) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 7B and 12. RGB value is (190,123,18). Sum of RGB (Red+Green+Blue) = 190+123+18=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B12 is #4184ED. Grayscale: #838383. Windows color (decimal): -4293870 or 1211326. OLE color: 1211326.

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

Color convert

RGB19012318-
CMYK00.350.910.25
HSL36.63º82.69%40.78%-
HSV(B)36.63º90.53%74.51%-
XYZ28.4325.163.93-
YUV131.0664.2170.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 123 (48.44% from 255) = 37.16%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=57.40%
G=37.16%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901231800.350.910.2536.6382.6940.78
HexBE7B120235B19255329
Octal27617322043133314512351
Binary1011111011110111001001000111011011110011001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B12; }

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

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

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

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

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

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

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

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