#BC8195

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

Shades of Puce #BC8195

Tints of Puce #BC8195

Color information

#BC8195 (or 0xBC8195) is unknown color: approx Puce. HEX triplet: BC, 81 and 95. RGB value is (188,129,149). Sum of RGB (Red+Green+Blue) = 188+129+149=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8195 is #437E6A. Grayscale: #949494. Windows color (decimal): -4423275 or 9798076. OLE color: 9798076.

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

Color convert

RGB188129149-
CMYK00.310.210.26
HSL339.66º30.57%62.16%-
HSV(B)339.66º31.38%73.73%-
XYZ34.0128.5632.15-
YUV148.92128.05155.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=40.34%
G=27.68%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812914900.310.210.26339.6630.5762.16
HexBC819501F151A1541f3e
Octal27420122503725325243776
Binary101111001000000110010101011111101011101010101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8195; }

 p { color: rgb(188,129,149); }

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

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

 a { background-color: rgb(188,129,149); }

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

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

 span { border-color: rgb(188,129,149); }

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