#BE907A

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

Shades of Pale Taupe #BE907A

Tints of Pale Taupe #BE907A

Color information

#BE907A (or 0xBE907A) is unknown color: approx Pale Taupe. HEX triplet: BE, 90 and 7A. RGB value is (190,144,122). Sum of RGB (Red+Green+Blue) = 190+144+122=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE907A is #416F85. Grayscale: #9B9B9B. Windows color (decimal): -4288390 or 8032446. OLE color: 8032446.

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

Color convert

RGB190144122-
CMYK00.240.360.25
HSL19.41º34.34%61.18%-
HSV(B)19.41º35.79%74.51%-
XYZ34.7232.322.82-
YUV155.25109.24152.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 144 (56.64% from 255) = 31.58%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=41.67%
G=31.58%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014412200.240.360.2519.4134.3461.18
HexBE907A018241913223d
Octal2762201720304431234275
Binary101111101001000011110100110001001001100110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE907A; }

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

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

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

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

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

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

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

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