Html Css Color HEX #BA848C Puce

📋 copy color: '#BA848C'

red 186 ◦ green 132 ◦ blue 140

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

Shades of Puce #BA848C

Tints of Puce #BA848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 40.61%
G = 28.82%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA848C (or 0xBA848C) is known color: Puce. HEX triplet: BA, 84 and 8C. RGB value is (186,132,140). Sum of RGB (Red+Green+Blue) = 186+132+140=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA848C is #457B73. Grayscale: #959595. Windows color (decimal): -4553588 or 9209018. OLE color: 9209018.

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

Color convert

RGB 186 132 140 -
CMYK 0 0.29 0.25 0.27
HSL 351.11º 0.28% 0.62% -
HSV(B) 351.11º 0.29% 0.73% -
XYZ 33.23 28.84 28.63 -
YUV 149.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 186 132 140 0 0.29 0.25 0.27 351.11 0.28 0.62
Hex BA 84 8C 0 1D 19 1B 15F 1C 3E
Octal 272 204 214 0 35 31 33 537 34 76
Binary 10111010 10000100 10001100 0 11101 11001 11011 101011111 11100 111110

Color Harmonies of #BA848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA848C

Black with #BA848C

Text Example


Text Example

White with #BA848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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