Html Css Color HEX #BA858A Puce

📋 copy color: '#BA858A'

red 186 ◦ green 133 ◦ blue 138

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

Shades of Puce #BA858A

Tints of Puce #BA858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 40.7%
G = 29.1%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA858A (or 0xBA858A) is known color: Puce. HEX triplet: BA, 85 and 8A. RGB value is (186,133,138). Sum of RGB (Red+Green+Blue) = 186+133+138=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA858A is #457A75. Grayscale: #959595. Windows color (decimal): -4553334 or 9078202. OLE color: 9078202.

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

Color convert

RGB 186 133 138 -
CMYK 0 0.28 0.26 0.27
HSL 354.34º 0.28% 0.63% -
HSV(B) 354.34º 0.28% 0.73% -
XYZ 33.22 29.05 27.9 -
YUV 149.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 186 133 138 0 0.28 0.26 0.27 354.34 0.28 0.63
Hex BA 85 8A 0 1C 1A 1B 162 1C 3F
Octal 272 205 212 0 34 32 33 542 34 77
Binary 10111010 10000101 10001010 0 11100 11010 11011 101100010 11100 111111

Color Harmonies of #BA858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA858A

Black with #BA858A

Text Example


Text Example

White with #BA858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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