Html Css Color HEX #BA818F Puce

📋 copy color: '#BA818F'

red 186 ◦ green 129 ◦ blue 143

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

Shades of Puce #BA818F

Tints of Puce #BA818F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

 BLUE value IS 143 (56.25% from 255) = 31.22%

R = 40.61%
G = 28.17%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA818F (or 0xBA818F) is known color: Puce. HEX triplet: BA, 81 and 8F. RGB value is (186,129,143). Sum of RGB (Red+Green+Blue) = 186+129+143=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA818F is #457E70. Grayscale: #939393. Windows color (decimal): -4554353 or 9404858. OLE color: 9404858.

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

Color convert

RGB 186 129 143 -
CMYK 0 0.31 0.23 0.27
HSL 345.26º 0.29% 0.62% -
HSV(B) 345.26º 0.31% 0.73% -
XYZ 33.06 28.12 29.67 -
YUV 147.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 186 129 143 0 0.31 0.23 0.27 345.26 0.29 0.62
Hex BA 81 8F 0 1F 17 1B 159 1D 3E
Octal 272 201 217 0 37 27 33 531 35 76
Binary 10111010 10000001 10001111 0 11111 10111 11011 101011001 11101 111110

Color Harmonies of #BA818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA818F

Black with #BA818F

Text Example


Text Example

White with #BA818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA818F; }

 p { color: rgb(186,129,143); }

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

background-color css

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

 a { background-color: rgb(186,129,143); }

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

border-color css

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

 span { border-color: rgb(186,129,143); }

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