#BE9B7A

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

Shades of Pale Taupe #BE9B7A

Tints of Pale Taupe #BE9B7A

Color information

#BE9B7A (or 0xBE9B7A) is unknown color: approx Pale Taupe. HEX triplet: BE, 9B and 7A. RGB value is (190,155,122). Sum of RGB (Red+Green+Blue) = 190+155+122=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B7A is #416485. Grayscale: #A1A1A1. Windows color (decimal): -4285574 or 8035262. OLE color: 8035262.

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

Color convert

RGB190155122-
CMYK00.180.360.25
HSL29.12º34.34%61.18%-
HSV(B)29.12º35.79%74.51%-
XYZ36.4735.7923.4-
YUV161.7105.6148.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=40.69%
G=33.19%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015512200.180.360.2529.1234.3461.18
HexBE9B7A01224191d223d
Octal2762331720224431354275
Binary101111101001101111110100100101001001100111101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B7A; }

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

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

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

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

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

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

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

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