#BE858B

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

Shades of Puce #BE858B

Tints of Puce #BE858B

Color information

#BE858B (or 0xBE858B) is unknown color: approx Puce. HEX triplet: BE, 85 and 8B. RGB value is (190,133,139). Sum of RGB (Red+Green+Blue) = 190+133+139=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE858B is #417A74. Grayscale: #969696. Windows color (decimal): -4291189 or 9143742. OLE color: 9143742.

HSL color Cylindrical-coordinate representation of color #BE858B: hue angle of 353.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE858B is Cyan = 0, Magento = 0.3, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB190133139-
CMYK00.30.270.25
HSL353.68º30.48%63.33%-
HSV(B)353.68º30%74.51%-
XYZ34.2829.5928.33-
YUV150.73121.38156.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=41.13%
G=28.79%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013313900.30.270.25353.6830.4863.33
HexBE858B01E1B191621e3f
Octal27620521303633315423677
Binary101111101000010110001011011110110111100110110001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE858B; }

 p { color: rgb(190,133,139); }

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

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

 a { background-color: rgb(190,133,139); }

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

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

 span { border-color: rgb(190,133,139); }

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