Html Css Color HEX #BA8092 Puce

📋 copy color: '#BA8092'

red 186 ◦ green 128 ◦ blue 146

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

Shades of Puce #BA8092

Tints of Puce #BA8092

RGB

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

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

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

R = 40.43%
G = 27.83%
B = 31.74%

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

#BA8092 (or 0xBA8092) is known color: Puce. HEX triplet: BA, 80 and 92. RGB value is (186,128,146). Sum of RGB (Red+Green+Blue) = 186+128+146=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8092 is #457F6D. Grayscale: #939393. Windows color (decimal): -4554606 or 9601210. OLE color: 9601210.

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

Color convert

RGB 186 128 146 -
CMYK 0 0.31 0.22 0.27
HSL 341.38º 0.3% 0.62% -
HSV(B) 341.38º 0.31% 0.73% -
XYZ 33.16 27.95 30.84 -
YUV 147.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 186 128 146 0 0.31 0.22 0.27 341.38 0.3 0.62
Hex BA 80 92 0 1F 16 1B 155 1E 3E
Octal 272 200 222 0 37 26 33 525 36 76
Binary 10111010 10000000 10010010 0 11111 10110 11011 101010101 11110 111110

Color Harmonies of #BA8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8092

Black with #BA8092

Text Example


Text Example

White with #BA8092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8092; }

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

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

background-color css

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

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

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

border-color css

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

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

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