#BEA07B

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

Shades of Pale Taupe #BEA07B

Tints of Pale Taupe #BEA07B

Color information

#BEA07B (or 0xBEA07B) is unknown color: approx Pale Taupe. HEX triplet: BE, A0 and 7B. RGB value is (190,160,123). Sum of RGB (Red+Green+Blue) = 190+160+123=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA07B is #415F84. Grayscale: #A4A4A4. Windows color (decimal): -4284293 or 8102078. OLE color: 8102078.

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

Color convert

RGB190160123-
CMYK00.160.350.25
HSL33.13º34.01%61.37%-
HSV(B)33.13º35.26%74.51%-
XYZ37.3837.5224.01-
YUV164.75104.44146.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 123 (48.44% from 255) = 26.00%
R=40.17%
G=33.83%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016012300.160.350.2533.1334.0161.37
HexBEA07B010231921223d
Octal2762401730204331414275
Binary1011111010100000111101101000010001111001100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA07B; }

 p { color: rgb(190,160,123); }

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

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

 a { background-color: rgb(190,160,123); }

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

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

 span { border-color: rgb(190,160,123); }

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