Html Css Color HEX #BAA489 Pavlova

📋 copy color: '#BAA489'

red 186 ◦ green 164 ◦ blue 137

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

Shades of Pavlova #BAA489

Tints of Pavlova #BAA489

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.68%

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

R = 38.19%
G = 33.68%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BAA489 (or 0xBAA489) is known color: Pavlova. HEX triplet: BA, A4 and 89. RGB value is (186,164,137). Sum of RGB (Red+Green+Blue) = 186+164+137=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA489 is #455B76. Grayscale: #A7A7A7. Windows color (decimal): -4545399 or 9020602. OLE color: 9020602.

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

Color convert

RGB 186 164 137 -
CMYK 0 0.12 0.26 0.27
HSL 33.06º 0.26% 0.63% -
HSV(B) 33.06º 0.26% 0.73% -
XYZ 38.04 38.8 29.15 -
YUV 167.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 186 164 137 0 0.12 0.26 0.27 33.06 0.26 0.63
Hex BA A4 89 0 C 1A 1B 21 1A 3F
Octal 272 244 211 0 14 32 33 41 32 77
Binary 10111010 10100100 10001001 0 1100 11010 11011 100001 11010 111111

Color Harmonies of #BAA489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA489

Black with #BAA489

Text Example


Text Example

White with #BAA489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA489; }

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

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

background-color css

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

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

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

border-color css

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

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

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