Html Css Color HEX #BA7F95 Puce

📋 copy color: '#BA7F95'

red 186 ◦ green 127 ◦ blue 149

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

Shades of Puce #BA7F95

Tints of Puce #BA7F95

RGB

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

 GREEN value IS 127 (50% from 255) = 27.49%

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 40.26%
G = 27.49%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA7F95 (or 0xBA7F95) is known color: Puce. HEX triplet: BA, 7F and 95. RGB value is (186,127,149). Sum of RGB (Red+Green+Blue) = 186+127+149=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F95 is #45806A. Grayscale: #939393. Windows color (decimal): -4554859 or 9797562. OLE color: 9797562.

HSL color Cylindrical-coordinate representation of color #BA7F95: hue angle of 337.63º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7F95 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 149 -
CMYK 0 0.32 0.20 0.27
HSL 337.63º 0.3% 0.61% -
HSV(B) 337.63º 0.32% 0.73% -
XYZ 33.26 27.79 32.04 -
YUV 147.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 186 127 149 0 0.32 0.20 0.27 337.63 0.3 0.61
Hex BA 7F 95 0 20 14 1B 152 1E 3D
Octal 272 177 225 0 40 24 33 522 36 75
Binary 10111010 1111111 10010101 0 100000 10100 11011 101010010 11110 111101

Color Harmonies of #BA7F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F95

Black with #BA7F95

Text Example


Text Example

White with #BA7F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F95; }

 p { color: rgb(186,127,149); }

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

background-color css

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

 a { background-color: rgb(186,127,149); }

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

border-color css

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

 span { border-color: rgb(186,127,149); }

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