#BE977B

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

Shades of Pale Taupe #BE977B

Tints of Pale Taupe #BE977B

Color information

#BE977B (or 0xBE977B) is unknown color: approx Pale Taupe. HEX triplet: BE, 97 and 7B. RGB value is (190,151,123). Sum of RGB (Red+Green+Blue) = 190+151+123=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE977B is #416884. Grayscale: #9F9F9F. Windows color (decimal): -4286597 or 8099774. OLE color: 8099774.

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

Color convert

RGB190151123-
CMYK00.210.350.25
HSL25.07º34.01%61.37%-
HSV(B)25.07º35.26%74.51%-
XYZ35.8834.5123.51-
YUV159.47107.42149.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=40.95%
G=32.54%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015112300.210.350.2525.0734.0161.37
HexBE977B015231919223d
Octal2762271730254331314275
Binary101111101001011111110110101011000111100111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE977B; }

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

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

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

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

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

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

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

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