#BE967C

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

Shades of Pale Taupe #BE967C

Tints of Pale Taupe #BE967C

Color information

#BE967C (or 0xBE967C) is unknown color: approx Pale Taupe. HEX triplet: BE, 96 and 7C. RGB value is (190,150,124). Sum of RGB (Red+Green+Blue) = 190+150+124=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE967C is #416983. Grayscale: #9F9F9F. Windows color (decimal): -4286852 or 8165054. OLE color: 8165054.

HSL color Cylindrical-coordinate representation of color #BE967C: hue angle of 23.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE967C is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB190150124-
CMYK00.210.350.25
HSL23.64º33.67%61.57%-
HSV(B)23.64º34.74%74.51%-
XYZ35.7834.2223.79-
YUV159108.25150.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=40.95%
G=32.33%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015012400.210.350.2523.6433.6761.57
HexBE967C015231918223e
Octal2762261740254331304276
Binary101111101001011011111000101011000111100111000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE967C; }

 p { color: rgb(190,150,124); }

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

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

 a { background-color: rgb(190,150,124); }

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

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

 span { border-color: rgb(190,150,124); }

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