Html Css Color HEX #BA8191 Puce

📋 copy color: '#BA8191'

red 186 ◦ green 129 ◦ blue 145

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

Shades of Puce #BA8191

Tints of Puce #BA8191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.04%

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 40.43%
G = 28.04%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA8191 (or 0xBA8191) is known color: Puce. HEX triplet: BA, 81 and 91. RGB value is (186,129,145). Sum of RGB (Red+Green+Blue) = 186+129+145=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8191 is #457E6E. Grayscale: #939393. Windows color (decimal): -4554351 or 9535930. OLE color: 9535930.

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

Color convert

RGB 186 129 145 -
CMYK 0 0.31 0.22 0.27
HSL 343.16º 0.29% 0.62% -
HSV(B) 343.16º 0.31% 0.73% -
XYZ 33.21 28.18 30.48 -
YUV 147.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 186 129 145 0 0.31 0.22 0.27 343.16 0.29 0.62
Hex BA 81 91 0 1F 16 1B 157 1D 3E
Octal 272 201 221 0 37 26 33 527 35 76
Binary 10111010 10000001 10010001 0 11111 10110 11011 101010111 11101 111110

Color Harmonies of #BA8191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8191

Black with #BA8191

Text Example


Text Example

White with #BA8191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8191; }

 p { color: rgb(186,129,145); }

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

background-color css

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

 a { background-color: rgb(186,129,145); }

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

border-color css

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

 span { border-color: rgb(186,129,145); }

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