Html Css Color HEX #BAA588 Pavlova

📋 copy color: '#BAA588'

red 186 ◦ green 165 ◦ blue 136

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

Shades of Pavlova #BAA588

Tints of Pavlova #BAA588

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

 BLUE value IS 136 (53.52% from 255) = 27.93%

R = 38.19%
G = 33.88%
B = 27.93%

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

#BAA588 (or 0xBAA588) is known color: Pavlova. HEX triplet: BA, A5 and 88. RGB value is (186,165,136). Sum of RGB (Red+Green+Blue) = 186+165+136=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA588 is #455A77. Grayscale: #A8A8A8. Windows color (decimal): -4545144 or 8955322. OLE color: 8955322.

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

Color convert

RGB 186 165 136 -
CMYK 0 0.11 0.27 0.27
HSL 34.8º 0.27% 0.63% -
HSV(B) 34.8º 0.27% 0.73% -
XYZ 38.15 39.13 28.83 -
YUV 167.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 186 165 136 0 0.11 0.27 0.27 34.8 0.27 0.63
Hex BA A5 88 0 B 1B 1B 23 1B 3F
Octal 272 245 210 0 13 33 33 43 33 77
Binary 10111010 10100101 10001000 0 1011 11011 11011 100011 11011 111111

Color Harmonies of #BAA588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA588

Black with #BAA588

Text Example


Text Example

White with #BAA588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA588; }

 p { color: rgb(186,165,136); }

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

background-color css

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

 a { background-color: rgb(186,165,136); }

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

border-color css

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

 span { border-color: rgb(186,165,136); }

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