#BCA170

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

Shades of Fallow #BCA170

Tints of Fallow #BCA170

Color information

#BCA170 (or 0xBCA170) is unknown color: approx Fallow. HEX triplet: BC, A1 and 70. RGB value is (188,161,112). Sum of RGB (Red+Green+Blue) = 188+161+112=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA170 is #435E8F. Grayscale: #A3A3A3. Windows color (decimal): -4415120 or 7381436. OLE color: 7381436.

HSL color Cylindrical-coordinate representation of color #BCA170: hue angle of 38.68º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCA170 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188161112-
CMYK00.140.400.26
HSL38.68º36.19%58.82%-
HSV(B)38.68º40.43%73.73%-
XYZ36.4137.3520.62-
YUV163.4998.95145.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=40.78%
G=34.92%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816111200.140.400.2638.6836.1958.82
HexBCA1700E281A27243b
Octal2742411600165032474473
Binary101111001010000111100000111010100011010100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA170; }

 p { color: rgb(188,161,112); }

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

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

 a { background-color: rgb(188,161,112); }

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

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

 span { border-color: rgb(188,161,112); }

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