#BF936C

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

Shades of Fallow #BF936C

Tints of Fallow #BF936C

Color information

#BF936C (or 0xBF936C) is unknown color: approx Fallow. HEX triplet: BF, 93 and 6C. RGB value is (191,147,108). Sum of RGB (Red+Green+Blue) = 191+147+108=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF936C is #406C93. Grayscale: #9B9B9B. Windows color (decimal): -4222100 or 7115711. OLE color: 7115711.

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

Color convert

RGB191147108-
CMYK00.230.430.25
HSL28.19º39.34%58.63%-
HSV(B)28.19º43.46%74.9%-
XYZ34.6333.0318.74-
YUV155.71101.08153.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=42.83%
G=32.96%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114710800.230.430.2528.1939.3458.63
HexBF936C0172B191c273b
Octal2772231540275331344773
Binary101111111001001111011000101111010111100111100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF936C; }

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

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

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

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

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

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

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

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