Html Css Color HEX #BA838C Puce

📋 copy color: '#BA838C'

red 186 ◦ green 131 ◦ blue 140

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

Shades of Puce #BA838C

Tints of Puce #BA838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

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

R = 40.7%
G = 28.67%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA838C (or 0xBA838C) is known color: Puce. HEX triplet: BA, 83 and 8C. RGB value is (186,131,140). Sum of RGB (Red+Green+Blue) = 186+131+140=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA838C is #457C73. Grayscale: #949494. Windows color (decimal): -4553844 or 9208762. OLE color: 9208762.

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

Color convert

RGB 186 131 140 -
CMYK 0 0.30 0.25 0.27
HSL 350.18º 0.28% 0.62% -
HSV(B) 350.18º 0.3% 0.73% -
XYZ 33.1 28.57 28.58 -
YUV 148.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 186 131 140 0 0.30 0.25 0.27 350.18 0.28 0.62
Hex BA 83 8C 0 1E 19 1B 15E 1C 3E
Octal 272 203 214 0 36 31 33 536 34 76
Binary 10111010 10000011 10001100 0 11110 11001 11011 101011110 11100 111110

Color Harmonies of #BA838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA838C

Black with #BA838C

Text Example


Text Example

White with #BA838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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