#BE967D

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

Shades of Pale Taupe #BE967D

Tints of Pale Taupe #BE967D

Color information

#BE967D (or 0xBE967D) is unknown color: approx Pale Taupe. HEX triplet: BE, 96 and 7D. RGB value is (190,150,125). Sum of RGB (Red+Green+Blue) = 190+150+125=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE967D is #416982. Grayscale: #9F9F9F. Windows color (decimal): -4286851 or 8230590. OLE color: 8230590.

HSL color Cylindrical-coordinate representation of color #BE967D: hue angle of 23.08º 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 #BE967D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB190150125-
CMYK00.210.340.25
HSL23.08º33.33%61.76%-
HSV(B)23.08º34.21%74.51%-
XYZ35.8434.2424.12-
YUV159.11108.75150.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=40.86%
G=32.26%
B=26.88%

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
Decimal19015012500.210.340.2523.0833.3361.76
HexBE967D015221917213e
Octal2762261750254231274176
Binary101111101001011011111010101011000101100110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE967D; }

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

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

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

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

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

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

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

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