#BE868B

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

Shades of Puce #BE868B

Tints of Puce #BE868B

Color information

#BE868B (or 0xBE868B) is unknown color: approx Puce. HEX triplet: BE, 86 and 8B. RGB value is (190,134,139). Sum of RGB (Red+Green+Blue) = 190+134+139=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE868B is #417974. Grayscale: #979797. Windows color (decimal): -4290933 or 9143998. OLE color: 9143998.

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

Color convert

RGB190134139-
CMYK00.290.270.25
HSL354.64º30.11%63.53%-
HSV(B)354.64º29.47%74.51%-
XYZ34.4229.8628.38-
YUV151.31121.05155.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=41.04%
G=28.94%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013413900.290.270.25354.6430.1163.53
HexBE868B01D1B191631e40
Octal276206213035333154336100
Binary1011111010000110100010110111011101111001101100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE868B; }

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

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

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

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

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

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

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

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