#BC956A

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

Shades of Fallow #BC956A

Tints of Fallow #BC956A

Color information

#BC956A (or 0xBC956A) is unknown color: approx Fallow. HEX triplet: BC, 95 and 6A. RGB value is (188,149,106). Sum of RGB (Red+Green+Blue) = 188+149+106=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC956A is #436A95. Grayscale: #9B9B9B. Windows color (decimal): -4418198 or 6985148. OLE color: 6985148.

HSL color Cylindrical-coordinate representation of color #BC956A: hue angle of 31.46º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC956A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188149106-
CMYK00.210.440.26
HSL31.46º37.96%57.65%-
HSV(B)31.46º43.62%73.73%-
XYZ34.0933.2318.25-
YUV155.7699.92151-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=42.44%
G=33.63%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814910600.210.440.2631.4637.9657.65
HexBC956A0152C1A1f263a
Octal2742251520255432374672
Binary101111001001010111010100101011011001101011111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC956A; }

 p { color: rgb(188,149,106); }

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

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

 a { background-color: rgb(188,149,106); }

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

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

 span { border-color: rgb(188,149,106); }

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