#BE9C83

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

Shades of Pale Taupe #BE9C83

Tints of Pale Taupe #BE9C83

Color information

#BE9C83 (or 0xBE9C83) is unknown color: approx Pale Taupe. HEX triplet: BE, 9C and 83. RGB value is (190,156,131). Sum of RGB (Red+Green+Blue) = 190+156+131=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C83 is #41637C. Grayscale: #A3A3A3. Windows color (decimal): -4285309 or 8625342. OLE color: 8625342.

HSL color Cylindrical-coordinate representation of color #BE9C83: hue angle of 25.42º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE9C83 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB190156131-
CMYK00.180.310.25
HSL25.42º31.22%62.94%-
HSV(B)25.42º31.05%74.51%-
XYZ37.2236.3626.53-
YUV163.32109.76147.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=39.83%
G=32.70%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015613100.180.310.2525.4231.2262.94
HexBE9C830121F19191f3f
Octal2762342030223731313777
Binary10111110100111001000001101001011111110011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C83; }

 p { color: rgb(190,156,131); }

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

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

 a { background-color: rgb(190,156,131); }

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

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

 span { border-color: rgb(190,156,131); }

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