Html Css Color HEX #BA8192 Puce

📋 copy color: '#BA8192'

red 186 ◦ green 129 ◦ blue 146

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

Shades of Puce #BA8192

Tints of Puce #BA8192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 40.35%
G = 27.98%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA8192 (or 0xBA8192) is known color: Puce. HEX triplet: BA, 81 and 92. RGB value is (186,129,146). Sum of RGB (Red+Green+Blue) = 186+129+146=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8192 is #457E6D. Grayscale: #939393. Windows color (decimal): -4554350 or 9601466. OLE color: 9601466.

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

Color convert

RGB 186 129 146 -
CMYK 0 0.31 0.22 0.27
HSL 342.11º 0.29% 0.62% -
HSV(B) 342.11º 0.31% 0.73% -
XYZ 33.29 28.21 30.89 -
YUV 147.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 186 129 146 0 0.31 0.22 0.27 342.11 0.29 0.62
Hex BA 81 92 0 1F 16 1B 156 1D 3E
Octal 272 201 222 0 37 26 33 526 35 76
Binary 10111010 10000001 10010010 0 11111 10110 11011 101010110 11101 111110

Color Harmonies of #BA8192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8192

Black with #BA8192

Text Example


Text Example

White with #BA8192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8192; }

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

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

background-color css

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

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

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

border-color css

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

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

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