Html Css Color HEX #BA848A Puce

📋 copy color: '#BA848A'

red 186 ◦ green 132 ◦ blue 138

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

Shades of Puce #BA848A

Tints of Puce #BA848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.95%

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

R = 40.79%
G = 28.95%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA848A (or 0xBA848A) is known color: Puce. HEX triplet: BA, 84 and 8A. RGB value is (186,132,138). Sum of RGB (Red+Green+Blue) = 186+132+138=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA848A is #457B75. Grayscale: #949494. Windows color (decimal): -4553590 or 9077946. OLE color: 9077946.

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

Color convert

RGB 186 132 138 -
CMYK 0 0.29 0.26 0.27
HSL 353.33º 0.28% 0.62% -
HSV(B) 353.33º 0.29% 0.73% -
XYZ 33.09 28.78 27.86 -
YUV 148.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 186 132 138 0 0.29 0.26 0.27 353.33 0.28 0.62
Hex BA 84 8A 0 1D 1A 1B 161 1C 3E
Octal 272 204 212 0 35 32 33 541 34 76
Binary 10111010 10000100 10001010 0 11101 11010 11011 101100001 11100 111110

Color Harmonies of #BA848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA848A

Black with #BA848A

Text Example


Text Example

White with #BA848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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