#BC967A

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

Shades of Pale Taupe #BC967A

Tints of Pale Taupe #BC967A

Color information

#BC967A (or 0xBC967A) is unknown color: approx Pale Taupe. HEX triplet: BC, 96 and 7A. RGB value is (188,150,122). Sum of RGB (Red+Green+Blue) = 188+150+122=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC967A is #436985. Grayscale: #9E9E9E. Windows color (decimal): -4417926 or 8033980. OLE color: 8033980.

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

Color convert

RGB188150122-
CMYK00.200.350.26
HSL25.45º33%60.78%-
HSV(B)25.45º35.11%73.73%-
XYZ35.1633.9123.1-
YUV158.17107.59149.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=40.87%
G=32.61%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815012200.200.350.2625.453360.78
HexBC967A014231A19213d
Octal2742261720244332314175
Binary101111001001011011110100101001000111101011001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC967A; }

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

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

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

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

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

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

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

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