Html Css Color HEX #BA8390 Puce

📋 copy color: '#BA8390'

red 186 ◦ green 131 ◦ blue 144

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

Shades of Puce #BA8390

Tints of Puce #BA8390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.42%

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 40.35%
G = 28.42%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA8390 (or 0xBA8390) is known color: Puce. HEX triplet: BA, 83 and 90. RGB value is (186,131,144). Sum of RGB (Red+Green+Blue) = 186+131+144=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8390 is #457C6F. Grayscale: #949494. Windows color (decimal): -4553840 or 9470906. OLE color: 9470906.

HSL color Cylindrical-coordinate representation of color #BA8390: hue angle of 345.82º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8390 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 144 -
CMYK 0 0.30 0.23 0.27
HSL 345.82º 0.28% 0.62% -
HSV(B) 345.82º 0.3% 0.73% -
XYZ 33.4 28.69 30.16 -
YUV 148.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 186 131 144 0 0.30 0.23 0.27 345.82 0.28 0.62
Hex BA 83 90 0 1E 17 1B 15A 1C 3E
Octal 272 203 220 0 36 27 33 532 34 76
Binary 10111010 10000011 10010000 0 11110 10111 11011 101011010 11100 111110

Color Harmonies of #BA8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8390

Black with #BA8390

Text Example


Text Example

White with #BA8390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8390; }

 p { color: rgb(186,131,144); }

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

background-color css

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

 a { background-color: rgb(186,131,144); }

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

border-color css

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

 span { border-color: rgb(186,131,144); }

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