Html Css Color HEX #BA858D Puce

📋 copy color: '#BA858D'

red 186 ◦ green 133 ◦ blue 141

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

Shades of Puce #BA858D

Tints of Puce #BA858D

RGB

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

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

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

R = 40.43%
G = 28.91%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA858D (or 0xBA858D) is known color: Puce. HEX triplet: BA, 85 and 8D. RGB value is (186,133,141). Sum of RGB (Red+Green+Blue) = 186+133+141=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA858D is #457A72. Grayscale: #959595. Windows color (decimal): -4553331 or 9274810. OLE color: 9274810.

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

Color convert

RGB 186 133 141 -
CMYK 0 0.28 0.24 0.27
HSL 350.94º 0.28% 0.63% -
HSV(B) 350.94º 0.28% 0.73% -
XYZ 33.44 29.14 29.06 -
YUV 149.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 186 133 141 0 0.28 0.24 0.27 350.94 0.28 0.63
Hex BA 85 8D 0 1C 18 1B 15F 1C 3F
Octal 272 205 215 0 34 30 33 537 34 77
Binary 10111010 10000101 10001101 0 11100 11000 11011 101011111 11100 111111

Color Harmonies of #BA858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA858D

Black with #BA858D

Text Example


Text Example

White with #BA858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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