#BC9669

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

Shades of Fallow #BC9669

Tints of Fallow #BC9669

Color information

#BC9669 (or 0xBC9669) is unknown color: approx Fallow. HEX triplet: BC, 96 and 69. RGB value is (188,150,105). Sum of RGB (Red+Green+Blue) = 188+150+105=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9669 is #436996. Grayscale: #9C9C9C. Windows color (decimal): -4417943 or 6919868. OLE color: 6919868.

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

Color convert

RGB188150105-
CMYK00.200.440.26
HSL32.53º38.25%57.45%-
HSV(B)32.53º44.15%73.73%-
XYZ34.233.5218.03-
YUV156.2399.09150.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=42.44%
G=33.86%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815010500.200.440.2632.5338.2557.45
HexBC96690142C1A212639
Octal2742261510245432414671
Binary1011110010010110110100101010010110011010100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9669; }

 p { color: rgb(188,150,105); }

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

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

 a { background-color: rgb(188,150,105); }

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

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

 span { border-color: rgb(188,150,105); }

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