#BC888A

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

Shades of Puce #BC888A

Tints of Puce #BC888A

Color information

#BC888A (or 0xBC888A) is unknown color: approx Puce. HEX triplet: BC, 88 and 8A. RGB value is (188,136,138). Sum of RGB (Red+Green+Blue) = 188+136+138=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC888A is #437775. Grayscale: #979797. Windows color (decimal): -4421494 or 9078972. OLE color: 9078972.

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

Color convert

RGB188136138-
CMYK00.280.270.26
HSL357.69º27.96%63.53%-
HSV(B)357.69º27.66%73.73%-
XYZ34.1330.1328.06-
YUV151.78120.23153.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=40.69%
G=29.44%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813613800.280.270.26357.6927.9663.53
HexBC888A01C1B1A1661c40
Octal274210212034333254634100
Binary1011110010001000100010100111001101111010101100110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC888A; }

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

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

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

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

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

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

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

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