Html Css Color HEX #BA848D Puce

📋 copy color: '#BA848D'

red 186 ◦ green 132 ◦ blue 141

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

Shades of Puce #BA848D

Tints of Puce #BA848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

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

R = 40.52%
G = 28.76%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA848D (or 0xBA848D) is known color: Puce. HEX triplet: BA, 84 and 8D. RGB value is (186,132,141). Sum of RGB (Red+Green+Blue) = 186+132+141=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA848D is #457B72. Grayscale: #959595. Windows color (decimal): -4553587 or 9274554. OLE color: 9274554.

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

Color convert

RGB 186 132 141 -
CMYK 0 0.29 0.24 0.27
HSL 350º 0.28% 0.62% -
HSV(B) 350º 0.29% 0.73% -
XYZ 33.31 28.86 29.02 -
YUV 149.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 186 132 141 0 0.29 0.24 0.27 350 0.28 0.62
Hex BA 84 8D 0 1D 18 1B 15E 1C 3E
Octal 272 204 215 0 35 30 33 536 34 76
Binary 10111010 10000100 10001101 0 11101 11000 11011 101011110 11100 111110

Color Harmonies of #BA848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA848D

Black with #BA848D

Text Example


Text Example

White with #BA848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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