#BE8592

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

Shades of Puce #BE8592

Tints of Puce #BE8592

Color information

#BE8592 (or 0xBE8592) is unknown color: approx Puce. HEX triplet: BE, 85 and 92. RGB value is (190,133,146). Sum of RGB (Red+Green+Blue) = 190+133+146=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8592 is #417A6D. Grayscale: #979797. Windows color (decimal): -4291182 or 9602494. OLE color: 9602494.

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

Color convert

RGB190133146-
CMYK00.30.230.25
HSL346.32º30.48%63.33%-
HSV(B)346.32º30%74.51%-
XYZ34.8129.831.11-
YUV151.52124.88155.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=40.51%
G=28.36%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013314600.30.230.25346.3230.4863.33
HexBE859201E171915a1e3f
Octal27620522203627315323677
Binary101111101000010110010010011110101111100110101101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8592; }

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

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

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

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

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

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

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

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