Html Css Color HEX #BAA890 Pavlova

📋 copy color: '#BAA890'

red 186 ◦ green 168 ◦ blue 144

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

Shades of Pavlova #BAA890

Tints of Pavlova #BAA890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

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

R = 37.35%
G = 33.73%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAA890 (or 0xBAA890) is known color: Pavlova. HEX triplet: BA, A8 and 90. RGB value is (186,168,144). Sum of RGB (Red+Green+Blue) = 186+168+144=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA890 is #45576F. Grayscale: #AAAAAA. Windows color (decimal): -4544368 or 9480378. OLE color: 9480378.

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

Color convert

RGB 186 168 144 -
CMYK 0 0.10 0.23 0.27
HSL 34.29º 0.23% 0.65% -
HSV(B) 34.29º 0.23% 0.73% -
XYZ 39.29 40.46 32.12 -
YUV 170.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 186 168 144 0 0.10 0.23 0.27 34.29 0.23 0.65
Hex BA A8 90 0 A 17 1B 22 17 41
Octal 272 250 220 0 12 27 33 42 27 101
Binary 10111010 10101000 10010000 0 1010 10111 11011 100010 10111 1000001

Color Harmonies of #BAA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA890

Black with #BAA890

Text Example


Text Example

White with #BAA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA890; }

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

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

background-color css

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

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

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

border-color css

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

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

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