Html Css Color HEX #BAA689 Pavlova

📋 copy color: '#BAA689'

red 186 ◦ green 166 ◦ blue 137

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

Shades of Pavlova #BAA689

Tints of Pavlova #BAA689

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.95%

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

R = 38.04%
G = 33.95%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BAA689 (or 0xBAA689) is known color: Pavlova. HEX triplet: BA, A6 and 89. RGB value is (186,166,137). Sum of RGB (Red+Green+Blue) = 186+166+137=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA689 is #455976. Grayscale: #A8A8A8. Windows color (decimal): -4544887 or 9021114. OLE color: 9021114.

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

Color convert

RGB 186 166 137 -
CMYK 0 0.11 0.26 0.27
HSL 35.51º 0.26% 0.63% -
HSV(B) 35.51º 0.26% 0.73% -
XYZ 38.4 39.52 29.27 -
YUV 168.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 186 166 137 0 0.11 0.26 0.27 35.51 0.26 0.63
Hex BA A6 89 0 B 1A 1B 24 1A 3F
Octal 272 246 211 0 13 32 33 44 32 77
Binary 10111010 10100110 10001001 0 1011 11010 11011 100100 11010 111111

Color Harmonies of #BAA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA689

Black with #BAA689

Text Example


Text Example

White with #BAA689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA689; }

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

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

background-color css

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

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

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

border-color css

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

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

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