#BF9E51

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

Shades of Sundance #BF9E51

Tints of Sundance #BF9E51

Color information

#BF9E51 (or 0xBF9E51) is unknown color: approx Sundance. HEX triplet: BF, 9E and 51. RGB value is (191,158,81). Sum of RGB (Red+Green+Blue) = 191+158+81=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9E51 is #4061AE. Grayscale: #9F9F9F. Windows color (decimal): -4219311 or 5349055. OLE color: 5349055.

HSL color Cylindrical-coordinate representation of color #BF9E51: hue angle of 42º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF9E51 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19115881-
CMYK00.170.580.25
HSL42º46.22%53.33%-
HSV(B)42º57.59%74.9%-
XYZ35.236.1212.9-
YUV159.0983.93150.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 81 (32.03% from 255) = 18.84%
R=44.42%
G=36.74%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911588100.170.580.254246.2253.33
HexBF9E510113A192a2e35
Octal2772361210217231525665
Binary1011111110011110101000101000111101011001101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E51; }

 p { color: rgb(191,158,81); }

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

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

 a { background-color: rgb(191,158,81); }

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

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

 span { border-color: rgb(191,158,81); }

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