Html Css Color HEX #BA7F93 Puce

📋 copy color: '#BA7F93'

red 186 ◦ green 127 ◦ blue 147

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

Shades of Puce #BA7F93

Tints of Puce #BA7F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 40.43%
G = 27.61%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA7F93 (or 0xBA7F93) is known color: Puce. HEX triplet: BA, 7F and 93. RGB value is (186,127,147). Sum of RGB (Red+Green+Blue) = 186+127+147=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F93 is #45806C. Grayscale: #929292. Windows color (decimal): -4554861 or 9666490. OLE color: 9666490.

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

Color convert

RGB 186 127 147 -
CMYK 0 0.32 0.21 0.27
HSL 339.66º 0.3% 0.61% -
HSV(B) 339.66º 0.32% 0.73% -
XYZ 33.11 27.72 31.21 -
YUV 146.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 186 127 147 0 0.32 0.21 0.27 339.66 0.3 0.61
Hex BA 7F 93 0 20 15 1B 154 1E 3D
Octal 272 177 223 0 40 25 33 524 36 75
Binary 10111010 1111111 10010011 0 100000 10101 11011 101010100 11110 111101

Color Harmonies of #BA7F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F93

Black with #BA7F93

Text Example


Text Example

White with #BA7F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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