Html Css Color HEX #BAA487 Pavlova

📋 copy color: '#BAA487'

red 186 ◦ green 164 ◦ blue 135

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

Shades of Pavlova #BAA487

Tints of Pavlova #BAA487

RGB

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

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

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

R = 38.35%
G = 33.81%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BAA487 (or 0xBAA487) is known color: Pavlova. HEX triplet: BA, A4 and 87. RGB value is (186,164,135). Sum of RGB (Red+Green+Blue) = 186+164+135=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA487 is #455B78. Grayscale: #A7A7A7. Windows color (decimal): -4545401 or 8889530. OLE color: 8889530.

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

Color convert

RGB 186 164 135 -
CMYK 0 0.12 0.27 0.27
HSL 34.12º 0.27% 0.63% -
HSV(B) 34.12º 0.27% 0.73% -
XYZ 37.9 38.74 28.4 -
YUV 167.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 186 164 135 0 0.12 0.27 0.27 34.12 0.27 0.63
Hex BA A4 87 0 C 1B 1B 22 1B 3F
Octal 272 244 207 0 14 33 33 42 33 77
Binary 10111010 10100100 10000111 0 1100 11011 11011 100010 11011 111111

Color Harmonies of #BAA487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA487

Black with #BAA487

Text Example


Text Example

White with #BAA487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA487; }

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

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

background-color css

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

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

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

border-color css

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

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

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