Html Css Color HEX #BA838D Puce

📋 copy color: '#BA838D'

red 186 ◦ green 131 ◦ blue 141

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

Shades of Puce #BA838D

Tints of Puce #BA838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 40.61%
G = 28.6%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA838D (or 0xBA838D) is known color: Puce. HEX triplet: BA, 83 and 8D. RGB value is (186,131,141). Sum of RGB (Red+Green+Blue) = 186+131+141=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA838D is #457C72. Grayscale: #949494. Windows color (decimal): -4553843 or 9274298. OLE color: 9274298.

HSL color Cylindrical-coordinate representation of color #BA838D: hue angle of 349.09º 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 #BA838D is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 141 -
CMYK 0 0.30 0.24 0.27
HSL 349.09º 0.28% 0.62% -
HSV(B) 349.09º 0.3% 0.73% -
XYZ 33.17 28.59 28.97 -
YUV 148.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 186 131 141 0 0.30 0.24 0.27 349.09 0.28 0.62
Hex BA 83 8D 0 1E 18 1B 15D 1C 3E
Octal 272 203 215 0 36 30 33 535 34 76
Binary 10111010 10000011 10001101 0 11110 11000 11011 101011101 11100 111110

Color Harmonies of #BA838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA838D

Black with #BA838D

Text Example


Text Example

White with #BA838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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