#BE967E

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

Shades of Pale Taupe #BE967E

Tints of Pale Taupe #BE967E

Color information

#BE967E (or 0xBE967E) is unknown color: approx Pale Taupe. HEX triplet: BE, 96 and 7E. RGB value is (190,150,126). Sum of RGB (Red+Green+Blue) = 190+150+126=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE967E is #416981. Grayscale: #9F9F9F. Windows color (decimal): -4286850 or 8296126. OLE color: 8296126.

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

Color convert

RGB190150126-
CMYK00.210.340.25
HSL22.5º32.99%61.96%-
HSV(B)22.5º33.68%74.51%-
XYZ35.9134.2724.46-
YUV159.22109.25149.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=40.77%
G=32.19%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015012600.210.340.2522.532.9961.96
HexBE967E015221917213e
Octal2762261760254231274176
Binary101111101001011011111100101011000101100110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE967E; }

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

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

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

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

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

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

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

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