#BE888A

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

Shades of Puce #BE888A

Tints of Puce #BE888A

Color information

#BE888A (or 0xBE888A) is unknown color: approx Puce. HEX triplet: BE, 88 and 8A. RGB value is (190,136,138). Sum of RGB (Red+Green+Blue) = 190+136+138=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE888A is #417775. Grayscale: #989898. Windows color (decimal): -4290422 or 9078974. OLE color: 9078974.

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

Color convert

RGB190136138-
CMYK00.280.270.25
HSL357.78º29.35%63.92%-
HSV(B)357.78º28.42%74.51%-
XYZ34.6330.3928.09-
YUV152.37119.89154.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=40.95%
G=29.31%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013613800.280.270.25357.7829.3563.92
HexBE888A01C1B191661d40
Octal276210212034333154635100
Binary1011111010001000100010100111001101111001101100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE888A; }

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

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

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

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

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

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

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

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