Html Css Color HEX #BA8091 Puce

📋 copy color: '#BA8091'

red 186 ◦ green 128 ◦ blue 145

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

Shades of Puce #BA8091

Tints of Puce #BA8091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.59%

R = 40.52%
G = 27.89%
B = 31.59%

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

#BA8091 (or 0xBA8091) is known color: Puce. HEX triplet: BA, 80 and 91. RGB value is (186,128,145). Sum of RGB (Red+Green+Blue) = 186+128+145=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8091 is #457F6E. Grayscale: #939393. Windows color (decimal): -4554607 or 9535674. OLE color: 9535674.

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

Color convert

RGB 186 128 145 -
CMYK 0 0.31 0.22 0.27
HSL 342.41º 0.3% 0.62% -
HSV(B) 342.41º 0.31% 0.73% -
XYZ 33.08 27.92 30.43 -
YUV 147.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 186 128 145 0 0.31 0.22 0.27 342.41 0.3 0.62
Hex BA 80 91 0 1F 16 1B 156 1E 3E
Octal 272 200 221 0 37 26 33 526 36 76
Binary 10111010 10000000 10010001 0 11111 10110 11011 101010110 11110 111110

Color Harmonies of #BA8091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8091

Black with #BA8091

Text Example


Text Example

White with #BA8091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8091; }

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

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

background-color css

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

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

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

border-color css

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

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

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