#BF9F50

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

Shades of Sundance #BF9F50

Tints of Sundance #BF9F50

Color information

#BF9F50 (or 0xBF9F50) is unknown color: approx Sundance. HEX triplet: BF, 9F and 50. RGB value is (191,159,80). Sum of RGB (Red+Green+Blue) = 191+159+80=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9F50 is #4060AF. Grayscale: #9F9F9F. Windows color (decimal): -4219056 or 5283775. OLE color: 5283775.

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

Color convert

RGB19115980-
CMYK00.170.580.25
HSL42.7º46.44%53.14%-
HSV(B)42.7º58.12%74.9%-
XYZ35.3336.4512.76-
YUV159.5683.1150.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 80 (31.64% from 255) = 18.60%
R=44.42%
G=36.98%
B=18.60%

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
Decimal1911598000.170.580.2542.746.4453.14
HexBF9F500113A192b2e35
Octal2772371200217231535665
Binary1011111110011111101000001000111101011001101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F50; }

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

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

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

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

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

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

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

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