Html Css Color HEX #BAA889 Pavlova

📋 copy color: '#BAA889'

red 186 ◦ green 168 ◦ blue 137

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

Shades of Pavlova #BAA889

Tints of Pavlova #BAA889

RGB

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

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

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

R = 37.88%
G = 34.22%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BAA889 (or 0xBAA889) is known color: Pavlova. HEX triplet: BA, A8 and 89. RGB value is (186,168,137). Sum of RGB (Red+Green+Blue) = 186+168+137=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA889 is #455776. Grayscale: #A9A9A9. Windows color (decimal): -4544375 or 9021626. OLE color: 9021626.

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

Color convert

RGB 186 168 137 -
CMYK 0 0.10 0.26 0.27
HSL 37.96º 0.26% 0.63% -
HSV(B) 37.96º 0.26% 0.73% -
XYZ 38.77 40.25 29.39 -
YUV 169.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 186 168 137 0 0.10 0.26 0.27 37.96 0.26 0.63
Hex BA A8 89 0 A 1A 1B 26 1A 3F
Octal 272 250 211 0 12 32 33 46 32 77
Binary 10111010 10101000 10001001 0 1010 11010 11011 100110 11010 111111

Color Harmonies of #BAA889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA889

Black with #BAA889

Text Example


Text Example

White with #BAA889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA889; }

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

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

background-color css

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

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

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

border-color css

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

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

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