#BC967E

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

Shades of Pale Taupe #BC967E

Tints of Pale Taupe #BC967E

Color information

#BC967E (or 0xBC967E) is unknown color: approx Pale Taupe. HEX triplet: BC, 96 and 7E. RGB value is (188,150,126). Sum of RGB (Red+Green+Blue) = 188+150+126=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC967E is #436981. Grayscale: #9E9E9E. Windows color (decimal): -4417922 or 8296124. OLE color: 8296124.

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

Color convert

RGB188150126-
CMYK00.200.330.26
HSL23.23º31.63%61.57%-
HSV(B)23.23º32.98%73.73%-
XYZ35.4134.0124.44-
YUV158.63109.59148.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 126 (49.61% from 255) = 27.16%
R=40.52%
G=32.33%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815012600.200.330.2623.2331.6361.57
HexBC967E014211A17203e
Octal2742261760244132274076
Binary101111001001011011111100101001000011101010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC967E; }

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

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

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

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

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

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

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

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