Html Css Color HEX #BA878B Puce

📋 copy color: '#BA878B'

red 186 ◦ green 135 ◦ blue 139

#BA878B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puce #BA878B

Tints of Puce #BA878B

RGB

 RED value IS 186 (73.05% from 255) = 40.43%

 GREEN value IS 135 (53.13% from 255) = 29.35%

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 40.43%
G = 29.35%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA878B (or 0xBA878B) is known color: Puce. HEX triplet: BA, 87 and 8B. RGB value is (186,135,139). Sum of RGB (Red+Green+Blue) = 186+135+139=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA878B is #457874. Grayscale: #969696. Windows color (decimal): -4552821 or 9144250. OLE color: 9144250.

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

Color convert

RGB 186 135 139 -
CMYK 0 0.27 0.25 0.27
HSL 355.29º 0.27% 0.63% -
HSV(B) 355.29º 0.27% 0.73% -
XYZ 33.57 29.63 28.38 -
YUV 150.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 186 135 139 0 0.27 0.25 0.27 355.29 0.27 0.63
Hex BA 87 8B 0 1B 19 1B 163 1B 3F
Octal 272 207 213 0 33 31 33 543 33 77
Binary 10111010 10000111 10001011 0 11011 11001 11011 101100011 11011 111111

Color Harmonies of #BA878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA878B

Black with #BA878B

Text Example


Text Example

White with #BA878B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA878B; }

 p { color: rgb(186,135,139); }

 H1.HeaderClassName
 {
   color: #BA878B;
 }
 .AnyTagClassName
 {
   color: #BA878B;
 }
</style>

background-color css

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

 a { background-color: rgb(186,135,139); }

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

border-color css

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

 span { border-color: rgb(186,135,139); }

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