#BE8288

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

Shades of Puce #BE8288

Tints of Puce #BE8288

Color information

#BE8288 (or 0xBE8288) is unknown color: approx Puce. HEX triplet: BE, 82 and 88. RGB value is (190,130,136). Sum of RGB (Red+Green+Blue) = 190+130+136=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8288 is #417D77. Grayscale: #949494. Windows color (decimal): -4291960 or 8946366. OLE color: 8946366.

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

Color convert

RGB190130136-
CMYK00.320.280.25
HSL354º31.58%62.75%-
HSV(B)354º31.58%74.51%-
XYZ33.6628.6927.06-
YUV148.62120.88157.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=41.67%
G=28.51%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013013600.320.280.2535431.5862.75
HexBE82880201C19162203f
Octal27620221004034315424077
Binary10111110100000101000100001000001110011001101100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8288; }

 p { color: rgb(190,130,136); }

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

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

 a { background-color: rgb(190,130,136); }

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

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

 span { border-color: rgb(190,130,136); }

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