Html Css Color HEX #BA838B Puce

📋 copy color: '#BA838B'

red 186 ◦ green 131 ◦ blue 139

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

Shades of Puce #BA838B

Tints of Puce #BA838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 40.79%
G = 28.73%
B = 30.48%

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

#BA838B (or 0xBA838B) is known color: Puce. HEX triplet: BA, 83 and 8B. RGB value is (186,131,139). Sum of RGB (Red+Green+Blue) = 186+131+139=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA838B is #457C74. Grayscale: #949494. Windows color (decimal): -4553845 or 9143226. OLE color: 9143226.

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

Color convert

RGB 186 131 139 -
CMYK 0 0.30 0.25 0.27
HSL 351.27º 0.28% 0.62% -
HSV(B) 351.27º 0.3% 0.73% -
XYZ 33.03 28.54 28.19 -
YUV 148.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 186 131 139 0 0.30 0.25 0.27 351.27 0.28 0.62
Hex BA 83 8B 0 1E 19 1B 15F 1C 3E
Octal 272 203 213 0 36 31 33 537 34 76
Binary 10111010 10000011 10001011 0 11110 11001 11011 101011111 11100 111110

Color Harmonies of #BA838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA838B

Black with #BA838B

Text Example


Text Example

White with #BA838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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