Html Css Color HEX #BA828F Puce

📋 copy color: '#BA828F'

red 186 ◦ green 130 ◦ blue 143

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

Shades of Puce #BA828F

Tints of Puce #BA828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

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

R = 40.52%
G = 28.32%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA828F (or 0xBA828F) is known color: Puce. HEX triplet: BA, 82 and 8F. RGB value is (186,130,143). Sum of RGB (Red+Green+Blue) = 186+130+143=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA828F is #457D70. Grayscale: #949494. Windows color (decimal): -4554097 or 9405114. OLE color: 9405114.

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

Color convert

RGB 186 130 143 -
CMYK 0 0.30 0.23 0.27
HSL 346.07º 0.29% 0.62% -
HSV(B) 346.07º 0.3% 0.73% -
XYZ 33.19 28.39 29.72 -
YUV 148.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 186 130 143 0 0.30 0.23 0.27 346.07 0.29 0.62
Hex BA 82 8F 0 1E 17 1B 15A 1D 3E
Octal 272 202 217 0 36 27 33 532 35 76
Binary 10111010 10000010 10001111 0 11110 10111 11011 101011010 11101 111110

Color Harmonies of #BA828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA828F

Black with #BA828F

Text Example


Text Example

White with #BA828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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