#BE868A

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

Shades of Puce #BE868A

Tints of Puce #BE868A

Color information

#BE868A (or 0xBE868A) is unknown color: approx Puce. HEX triplet: BE, 86 and 8A. RGB value is (190,134,138). Sum of RGB (Red+Green+Blue) = 190+134+138=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE868A is #417975. Grayscale: #979797. Windows color (decimal): -4290934 or 9078462. OLE color: 9078462.

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

Color convert

RGB190134138-
CMYK00.290.270.25
HSL355.71º30.11%63.53%-
HSV(B)355.71º29.47%74.51%-
XYZ34.3529.8327.99-
YUV151.2120.55155.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=41.13%
G=29.00%
B=29.87%

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
Decimal19013413800.290.270.25355.7130.1163.53
HexBE868A01D1B191641e40
Octal276206212035333154436100
Binary1011111010000110100010100111011101111001101100100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE868A; }

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

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

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

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

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

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

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

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