Html Css Color HEX #BA8094 Puce

📋 copy color: '#BA8094'

red 186 ◦ green 128 ◦ blue 148

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

Shades of Puce #BA8094

Tints of Puce #BA8094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

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

R = 40.26%
G = 27.71%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA8094 (or 0xBA8094) is known color: Puce. HEX triplet: BA, 80 and 94. RGB value is (186,128,148). Sum of RGB (Red+Green+Blue) = 186+128+148=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8094 is #457F6B. Grayscale: #939393. Windows color (decimal): -4554604 or 9732282. OLE color: 9732282.

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

Color convert

RGB 186 128 148 -
CMYK 0 0.31 0.20 0.27
HSL 339.31º 0.3% 0.62% -
HSV(B) 339.31º 0.31% 0.73% -
XYZ 33.31 28.02 31.67 -
YUV 147.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 186 128 148 0 0.31 0.20 0.27 339.31 0.3 0.62
Hex BA 80 94 0 1F 14 1B 153 1E 3E
Octal 272 200 224 0 37 24 33 523 36 76
Binary 10111010 10000000 10010100 0 11111 10100 11011 101010011 11110 111110

Color Harmonies of #BA8094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8094

Black with #BA8094

Text Example


Text Example

White with #BA8094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8094; }

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

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

background-color css

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

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

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

border-color css

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

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

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