Html Css Color HEX #BA8589 Puce

📋 copy color: '#BA8589'

red 186 ◦ green 133 ◦ blue 137

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

Shades of Puce #BA8589

Tints of Puce #BA8589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.17%

 BLUE value IS 137 (53.91% from 255) = 30.04%

R = 40.79%
G = 29.17%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA8589 (or 0xBA8589) is known color: Puce. HEX triplet: BA, 85 and 89. RGB value is (186,133,137). Sum of RGB (Red+Green+Blue) = 186+133+137=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8589 is #457A76. Grayscale: #959595. Windows color (decimal): -4553335 or 9012666. OLE color: 9012666.

HSL color Cylindrical-coordinate representation of color #BA8589: hue angle of 355.47º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA8589 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 137 -
CMYK 0 0.28 0.26 0.27
HSL 355.47º 0.28% 0.63% -
HSV(B) 355.47º 0.28% 0.73% -
XYZ 33.15 29.02 27.52 -
YUV 149.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 186 133 137 0 0.28 0.26 0.27 355.47 0.28 0.63
Hex BA 85 89 0 1C 1A 1B 163 1C 3F
Octal 272 205 211 0 34 32 33 543 34 77
Binary 10111010 10000101 10001001 0 11100 11010 11011 101100011 11100 111111

Color Harmonies of #BA8589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8589

Black with #BA8589

Text Example


Text Example

White with #BA8589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8589; }

 p { color: rgb(186,133,137); }

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

background-color css

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

 a { background-color: rgb(186,133,137); }

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

border-color css

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

 span { border-color: rgb(186,133,137); }

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