#BF9E50

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

Shades of Sundance #BF9E50

Tints of Sundance #BF9E50

Color information

#BF9E50 (or 0xBF9E50) is unknown color: approx Sundance. HEX triplet: BF, 9E and 50. RGB value is (191,158,80). Sum of RGB (Red+Green+Blue) = 191+158+80=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9E50 is #4061AF. Grayscale: #9F9F9F. Windows color (decimal): -4219312 or 5283519. OLE color: 5283519.

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

Color convert

RGB19115880-
CMYK00.170.580.25
HSL42.16º46.44%53.14%-
HSV(B)42.16º58.12%74.9%-
XYZ35.1636.1112.71-
YUV158.9883.43150.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 80 (31.64% from 255) = 18.65%
R=44.52%
G=36.83%
B=18.65%

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
Decimal1911588000.170.580.2542.1646.4453.14
HexBF9E500113A192a2e35
Octal2772361200217231525665
Binary1011111110011110101000001000111101011001101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E50; }

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

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

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

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

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

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

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

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