#BC8A8B

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

Shades of Puce #BC8A8B

Tints of Puce #BC8A8B

Color information

#BC8A8B (or 0xBC8A8B) is unknown color: approx Puce. HEX triplet: BC, 8A and 8B. RGB value is (188,138,139). Sum of RGB (Red+Green+Blue) = 188+138+139=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8A8B is #437574. Grayscale: #999999. Windows color (decimal): -4420981 or 9145020. OLE color: 9145020.

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

Color convert

RGB188138139-
CMYK00.270.260.26
HSL358.8º27.17%63.92%-
HSV(B)358.8º26.6%73.73%-
XYZ34.4930.7328.54-
YUV153.06120.06152.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=40.43%
G=29.68%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813813900.270.260.26358.827.1763.92
HexBC8A8B01B1A1A1671b40
Octal274212213033323254733100
Binary1011110010001010100010110110111101011010101100111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A8B; }

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

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

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

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

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

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

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

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