#BE858A

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

Shades of Puce #BE858A

Tints of Puce #BE858A

Color information

#BE858A (or 0xBE858A) is unknown color: approx Puce. HEX triplet: BE, 85 and 8A. RGB value is (190,133,138). Sum of RGB (Red+Green+Blue) = 190+133+138=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE858A is #417A75. Grayscale: #969696. Windows color (decimal): -4291190 or 9078206. OLE color: 9078206.

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

Color convert

RGB190133138-
CMYK00.30.270.25
HSL354.74º30.48%63.33%-
HSV(B)354.74º30%74.51%-
XYZ34.2129.5627.95-
YUV150.61120.88156.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=41.21%
G=28.85%
B=29.93%

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
Decimal19013313800.30.270.25354.7430.4863.33
HexBE858A01E1B191631e3f
Octal27620521203633315433677
Binary101111101000010110001010011110110111100110110001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE858A; }

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

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

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

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

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

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

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

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