#BE8F7A

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

Shades of Pale Taupe #BE8F7A

Tints of Pale Taupe #BE8F7A

Color information

#BE8F7A (or 0xBE8F7A) is unknown color: approx Pale Taupe. HEX triplet: BE, 8F and 7A. RGB value is (190,143,122). Sum of RGB (Red+Green+Blue) = 190+143+122=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F7A is #417085. Grayscale: #9A9A9A. Windows color (decimal): -4288646 or 8032190. OLE color: 8032190.

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

Color convert

RGB190143122-
CMYK00.250.360.25
HSL18.53º34.34%61.18%-
HSV(B)18.53º35.79%74.51%-
XYZ34.573222.77-
YUV154.66109.57153.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=41.76%
G=31.43%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014312200.250.360.2518.5334.3461.18
HexBE8F7A019241913223d
Octal2762171720314431234275
Binary101111101000111111110100110011001001100110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F7A; }

 p { color: rgb(190,143,122); }

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

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

 a { background-color: rgb(190,143,122); }

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

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

 span { border-color: rgb(190,143,122); }

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