#BF956C

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

Shades of Fallow #BF956C

Tints of Fallow #BF956C

Color information

#BF956C (or 0xBF956C) is unknown color: approx Fallow. HEX triplet: BF, 95 and 6C. RGB value is (191,149,108). Sum of RGB (Red+Green+Blue) = 191+149+108=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF956C is #406A93. Grayscale: #9D9D9D. Windows color (decimal): -4221588 or 7116223. OLE color: 7116223.

HSL color Cylindrical-coordinate representation of color #BF956C: hue angle of 29.64º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF956C is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191149108-
CMYK00.220.430.25
HSL29.64º39.34%58.63%-
HSV(B)29.64º43.46%74.9%-
XYZ34.9433.6518.84-
YUV156.88100.41152.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=42.63%
G=33.26%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114910800.220.430.2529.6439.3458.63
HexBF956C0162B191e273b
Octal2772251540265331364773
Binary101111111001010111011000101101010111100111110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF956C; }

 p { color: rgb(191,149,108); }

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

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

 a { background-color: rgb(191,149,108); }

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

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

 span { border-color: rgb(191,149,108); }

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