Html Css Color HEX #BA8290 Puce

📋 copy color: '#BA8290'

red 186 ◦ green 130 ◦ blue 144

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

Shades of Puce #BA8290

Tints of Puce #BA8290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

 BLUE value IS 144 (56.64% from 255) = 31.3%

R = 40.43%
G = 28.26%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA8290 (or 0xBA8290) is known color: Puce. HEX triplet: BA, 82 and 90. RGB value is (186,130,144). Sum of RGB (Red+Green+Blue) = 186+130+144=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8290 is #457D6F. Grayscale: #949494. Windows color (decimal): -4554096 or 9470650. OLE color: 9470650.

HSL color Cylindrical-coordinate representation of color #BA8290: hue angle of 345º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8290 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 130 144 -
CMYK 0 0.30 0.23 0.27
HSL 345º 0.29% 0.62% -
HSV(B) 345º 0.3% 0.73% -
XYZ 33.27 28.42 30.12 -
YUV 148.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 186 130 144 0 0.30 0.23 0.27 345 0.29 0.62
Hex BA 82 90 0 1E 17 1B 159 1D 3E
Octal 272 202 220 0 36 27 33 531 35 76
Binary 10111010 10000010 10010000 0 11110 10111 11011 101011001 11101 111110

Color Harmonies of #BA8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8290

Black with #BA8290

Text Example


Text Example

White with #BA8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8290; }

 p { color: rgb(186,130,144); }

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

background-color css

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

 a { background-color: rgb(186,130,144); }

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

border-color css

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

 span { border-color: rgb(186,130,144); }

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