#BE8098

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

Shades of Puce #BE8098

Tints of Puce #BE8098

Color information

#BE8098 (or 0xBE8098) is unknown color: approx Puce. HEX triplet: BE, 80 and 98. RGB value is (190,128,152). Sum of RGB (Red+Green+Blue) = 190+128+152=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8098 is #417F67. Grayscale: #959595. Windows color (decimal): -4292456 or 9994430. OLE color: 9994430.

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

Color convert

RGB190128152-
CMYK00.330.20.25
HSL336.77º32.29%62.35%-
HSV(B)336.77º32.63%74.51%-
XYZ34.6228.6533.41-
YUV149.27129.54157.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 152 (59.77% from 255) = 32.34%
R=40.43%
G=27.23%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012815200.330.20.25336.7732.2962.35
HexBE80980211419151203e
Octal27620023004124315214076
Binary10111110100000001001100001000011010011001101010001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8098; }

 p { color: rgb(190,128,152); }

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

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

 a { background-color: rgb(190,128,152); }

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

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

 span { border-color: rgb(190,128,152); }

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