#BE7B11

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

Shades of Dark Goldenrod #BE7B11

Tints of Dark Goldenrod #BE7B11

Color information

#BE7B11 (or 0xBE7B11) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 7B and 11. RGB value is (190,123,17). Sum of RGB (Red+Green+Blue) = 190+123+17=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B11 is #4184EE. Grayscale: #838383. Windows color (decimal): -4293871 or 1145790. OLE color: 1145790.

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

Color convert

RGB19012317-
CMYK00.350.910.25
HSL36.76º83.57%40.59%-
HSV(B)36.76º91.05%74.51%-
XYZ28.4225.153.89-
YUV130.9563.7170.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.58%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 17 (7.03% from 255) = 5.15%
R=57.58%
G=37.27%
B=5.15%

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
Decimal1901231700.350.910.2536.7683.5740.59
HexBE7B110235B19255429
Octal27617321043133314512451
Binary1011111011110111000101000111011011110011001011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B11; }

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

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

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

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

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

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

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

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