Html Css Color HEX #BA858C Puce

📋 copy color: '#BA858C'

red 186 ◦ green 133 ◦ blue 140

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

Shades of Puce #BA858C

Tints of Puce #BA858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.98%

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

R = 40.52%
G = 28.98%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA858C (or 0xBA858C) is known color: Puce. HEX triplet: BA, 85 and 8C. RGB value is (186,133,140). Sum of RGB (Red+Green+Blue) = 186+133+140=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA858C is #457A73. Grayscale: #959595. Windows color (decimal): -4553332 or 9209274. OLE color: 9209274.

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

Color convert

RGB 186 133 140 -
CMYK 0 0.28 0.25 0.27
HSL 352.08º 0.28% 0.63% -
HSV(B) 352.08º 0.28% 0.73% -
XYZ 33.37 29.11 28.67 -
YUV 149.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 186 133 140 0 0.28 0.25 0.27 352.08 0.28 0.63
Hex BA 85 8C 0 1C 19 1B 160 1C 3F
Octal 272 205 214 0 34 31 33 540 34 77
Binary 10111010 10000101 10001100 0 11100 11001 11011 101100000 11100 111111

Color Harmonies of #BA858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA858C

Black with #BA858C

Text Example


Text Example

White with #BA858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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