Html Css Color HEX #BAA486 Pavlova

📋 copy color: '#BAA486'

red 186 ◦ green 164 ◦ blue 134

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

Shades of Pavlova #BAA486

Tints of Pavlova #BAA486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 38.43%
G = 33.88%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAA486 (or 0xBAA486) is known color: Pavlova. HEX triplet: BA, A4 and 86. RGB value is (186,164,134). Sum of RGB (Red+Green+Blue) = 186+164+134=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA486 is #455B79. Grayscale: #A7A7A7. Windows color (decimal): -4545402 or 8823994. OLE color: 8823994.

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

Color convert

RGB 186 164 134 -
CMYK 0 0.12 0.28 0.27
HSL 34.62º 0.27% 0.63% -
HSV(B) 34.62º 0.28% 0.73% -
XYZ 37.83 38.71 28.03 -
YUV 167.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 186 164 134 0 0.12 0.28 0.27 34.62 0.27 0.63
Hex BA A4 86 0 C 1C 1B 23 1B 3F
Octal 272 244 206 0 14 34 33 43 33 77
Binary 10111010 10100100 10000110 0 1100 11100 11011 100011 11011 111111

Color Harmonies of #BAA486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA486

Black with #BAA486

Text Example


Text Example

White with #BAA486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA486; }

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

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

background-color css

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

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

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

border-color css

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

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

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