Html Css Color HEX #BAA888 Pavlova

📋 copy color: '#BAA888'

red 186 ◦ green 168 ◦ blue 136

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

Shades of Pavlova #BAA888

Tints of Pavlova #BAA888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.29%

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

R = 37.96%
G = 34.29%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BAA888 (or 0xBAA888) is known color: Pavlova. HEX triplet: BA, A8 and 88. RGB value is (186,168,136). Sum of RGB (Red+Green+Blue) = 186+168+136=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA888 is #455777. Grayscale: #A9A9A9. Windows color (decimal): -4544376 or 8956090. OLE color: 8956090.

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

Color convert

RGB 186 168 136 -
CMYK 0 0.10 0.27 0.27
HSL 38.4º 0.27% 0.63% -
HSV(B) 38.4º 0.27% 0.73% -
XYZ 38.7 40.22 29.02 -
YUV 169.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 186 168 136 0 0.10 0.27 0.27 38.4 0.27 0.63
Hex BA A8 88 0 A 1B 1B 26 1B 3F
Octal 272 250 210 0 12 33 33 46 33 77
Binary 10111010 10101000 10001000 0 1010 11011 11011 100110 11011 111111

Color Harmonies of #BAA888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA888

Black with #BAA888

Text Example


Text Example

White with #BAA888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA888; }

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

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

background-color css

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

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

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

border-color css

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

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

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