Html Css Color HEX #BAA687 Pavlova

📋 copy color: '#BAA687'

red 186 ◦ green 166 ◦ blue 135

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

Shades of Pavlova #BAA687

Tints of Pavlova #BAA687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.72%

R = 38.19%
G = 34.09%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BAA687 (or 0xBAA687) is known color: Pavlova. HEX triplet: BA, A6 and 87. RGB value is (186,166,135). Sum of RGB (Red+Green+Blue) = 186+166+135=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA687 is #455978. Grayscale: #A8A8A8. Windows color (decimal): -4544889 or 8890042. OLE color: 8890042.

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

Color convert

RGB 186 166 135 -
CMYK 0 0.11 0.27 0.27
HSL 36.47º 0.27% 0.63% -
HSV(B) 36.47º 0.27% 0.73% -
XYZ 38.26 39.46 28.52 -
YUV 168.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 186 166 135 0 0.11 0.27 0.27 36.47 0.27 0.63
Hex BA A6 87 0 B 1B 1B 24 1B 3F
Octal 272 246 207 0 13 33 33 44 33 77
Binary 10111010 10100110 10000111 0 1011 11011 11011 100100 11011 111111

Color Harmonies of #BAA687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA687

Black with #BAA687

Text Example


Text Example

White with #BAA687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA687; }

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

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

background-color css

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

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

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

border-color css

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

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

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