Html Css Color HEX #BA7F94 Puce

📋 copy color: '#BA7F94'

red 186 ◦ green 127 ◦ blue 148

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

Shades of Puce #BA7F94

Tints of Puce #BA7F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.1%

R = 40.35%
G = 27.55%
B = 32.1%

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

#BA7F94 (or 0xBA7F94) is known color: Puce. HEX triplet: BA, 7F and 94. RGB value is (186,127,148). Sum of RGB (Red+Green+Blue) = 186+127+148=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F94 is #45806B. Grayscale: #939393. Windows color (decimal): -4554860 or 9732026. OLE color: 9732026.

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

Color convert

RGB 186 127 148 -
CMYK 0 0.32 0.20 0.27
HSL 338.64º 0.3% 0.61% -
HSV(B) 338.64º 0.32% 0.73% -
XYZ 33.18 27.76 31.63 -
YUV 147.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 186 127 148 0 0.32 0.20 0.27 338.64 0.3 0.61
Hex BA 7F 94 0 20 14 1B 153 1E 3D
Octal 272 177 224 0 40 24 33 523 36 75
Binary 10111010 1111111 10010100 0 100000 10100 11011 101010011 11110 111101

Color Harmonies of #BA7F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F94

Black with #BA7F94

Text Example


Text Example

White with #BA7F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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