#BC838F

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

Shades of Puce #BC838F

Tints of Puce #BC838F

Color information

#BC838F (or 0xBC838F) is unknown color: approx Puce. HEX triplet: BC, 83 and 8F. RGB value is (188,131,143). Sum of RGB (Red+Green+Blue) = 188+131+143=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC838F is #437C70. Grayscale: #959595. Windows color (decimal): -4422769 or 9405372. OLE color: 9405372.

HSL color Cylindrical-coordinate representation of color #BC838F: hue angle of 347.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC838F is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB188131143-
CMYK00.300.240.26
HSL347.37º29.84%62.55%-
HSV(B)347.37º30.32%73.73%-
XYZ33.8128.9129.78-
YUV149.41124.38155.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=40.69%
G=28.35%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813114300.300.240.26347.3729.8462.55
HexBC838F01E181A15b1e3f
Octal27420321703630325333677
Binary101111001000001110001111011110110001101010101101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC838F; }

 p { color: rgb(188,131,143); }

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

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

 a { background-color: rgb(188,131,143); }

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

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

 span { border-color: rgb(188,131,143); }

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