#BE9277

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

Shades of Pale Taupe #BE9277

Tints of Pale Taupe #BE9277

Color information

#BE9277 (or 0xBE9277) is unknown color: approx Pale Taupe. HEX triplet: BE, 92 and 77. RGB value is (190,146,119). Sum of RGB (Red+Green+Blue) = 190+146+119=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9277 is #416D88. Grayscale: #9C9C9C. Windows color (decimal): -4287881 or 7836350. OLE color: 7836350.

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

Color convert

RGB190146119-
CMYK00.230.370.25
HSL22.82º35.32%60.59%-
HSV(B)22.82º37.37%74.51%-
XYZ34.8432.8421.95-
YUV156.08107.08152.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=41.76%
G=32.09%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014611900.230.370.2522.8235.3260.59
HexBE9277017251917233d
Octal2762221670274531274375
Binary101111101001001011101110101111001011100110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9277; }

 p { color: rgb(190,146,119); }

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

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

 a { background-color: rgb(190,146,119); }

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

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

 span { border-color: rgb(190,146,119); }

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