#BF956B

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

Shades of Fallow #BF956B

Tints of Fallow #BF956B

Color information

#BF956B (or 0xBF956B) is unknown color: approx Fallow. HEX triplet: BF, 95 and 6B. RGB value is (191,149,107). Sum of RGB (Red+Green+Blue) = 191+149+107=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF956B is #406A94. Grayscale: #9C9C9C. Windows color (decimal): -4221589 or 7050687. OLE color: 7050687.

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

Color convert

RGB191149107-
CMYK00.220.440.25
HSL30º39.62%58.43%-
HSV(B)30º43.98%74.9%-
XYZ34.8933.6318.56-
YUV156.7799.91152.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=42.73%
G=33.33%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114910700.220.440.253039.6258.43
HexBF956B0162C191e283a
Octal2772251530265431365072
Binary101111111001010111010110101101011001100111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF956B; }

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

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

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

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

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

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

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

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