Html Css Color HEX #BAA686 Pavlova

📋 copy color: '#BAA686'

red 186 ◦ green 166 ◦ blue 134

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

Shades of Pavlova #BAA686

Tints of Pavlova #BAA686

RGB

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

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

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

R = 38.27%
G = 34.16%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAA686 (or 0xBAA686) is known color: Pavlova. HEX triplet: BA, A6 and 86. RGB value is (186,166,134). Sum of RGB (Red+Green+Blue) = 186+166+134=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA686 is #455979. Grayscale: #A8A8A8. Windows color (decimal): -4544890 or 8824506. OLE color: 8824506.

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

Color convert

RGB 186 166 134 -
CMYK 0 0.11 0.28 0.27
HSL 36.92º 0.27% 0.63% -
HSV(B) 36.92º 0.28% 0.73% -
XYZ 38.19 39.43 28.15 -
YUV 168.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 186 166 134 0 0.11 0.28 0.27 36.92 0.27 0.63
Hex BA A6 86 0 B 1C 1B 25 1B 3F
Octal 272 246 206 0 13 34 33 45 33 77
Binary 10111010 10100110 10000110 0 1011 11100 11011 100101 11011 111111

Color Harmonies of #BAA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA686

Black with #BAA686

Text Example


Text Example

White with #BAA686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA686; }

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

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

background-color css

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

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

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

border-color css

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

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

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