#BE9F4B

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

Shades of Sundance #BE9F4B

Tints of Sundance #BE9F4B

Color information

#BE9F4B (or 0xBE9F4B) is unknown color: approx Sundance. HEX triplet: BE, 9F and 4B. RGB value is (190,159,75). Sum of RGB (Red+Green+Blue) = 190+159+75=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F4B is #4160B4. Grayscale: #9F9F9F. Windows color (decimal): -4284597 or 4956094. OLE color: 4956094.

HSL color Cylindrical-coordinate representation of color #BE9F4B: hue angle of 43.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE9F4B is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19015975-
CMYK00.160.610.25
HSL43.83º46.94%51.96%-
HSV(B)43.83º60.53%74.51%-
XYZ34.936.2511.81-
YUV158.6980.77150.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 75 (29.69% from 255) = 17.69%
R=44.81%
G=37.5%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901597500.160.610.2543.8346.9451.96
HexBE9F4B0103D192c2f34
Octal2762371130207531545764
Binary1011111010011111100101101000011110111001101100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F4B; }

 p { color: rgb(190,159,75); }

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

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

 a { background-color: rgb(190,159,75); }

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

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

 span { border-color: rgb(190,159,75); }

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