Html Css Color HEX #BAA88C Pavlova

📋 copy color: '#BAA88C'

red 186 ◦ green 168 ◦ blue 140

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

Shades of Pavlova #BAA88C

Tints of Pavlova #BAA88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 37.65%
G = 34.01%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BAA88C (or 0xBAA88C) is known color: Pavlova. HEX triplet: BA, A8 and 8C. RGB value is (186,168,140). Sum of RGB (Red+Green+Blue) = 186+168+140=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA88C is #455773. Grayscale: #AAAAAA. Windows color (decimal): -4544372 or 9218234. OLE color: 9218234.

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

Color convert

RGB 186 168 140 -
CMYK 0 0.10 0.25 0.27
HSL 36.52º 0.25% 0.64% -
HSV(B) 36.52º 0.25% 0.73% -
XYZ 38.99 40.34 30.54 -
YUV 170.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 186 168 140 0 0.10 0.25 0.27 36.52 0.25 0.64
Hex BA A8 8C 0 A 19 1B 25 19 40
Octal 272 250 214 0 12 31 33 45 31 100
Binary 10111010 10101000 10001100 0 1010 11001 11011 100101 11001 1000000

Color Harmonies of #BAA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA88C

Black with #BAA88C

Text Example


Text Example

White with #BAA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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