Html Css Color HEX #BAA97C Pavlova

📋 copy color: '#BAA97C'

red 186 ◦ green 169 ◦ blue 124

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

Shades of Pavlova #BAA97C

Tints of Pavlova #BAA97C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.28%

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 38.83%
G = 35.28%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAA97C (or 0xBAA97C) is known color: Pavlova. HEX triplet: BA, A9 and 7C. RGB value is (186,169,124). Sum of RGB (Red+Green+Blue) = 186+169+124=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA97C is #455683. Grayscale: #A9A9A9. Windows color (decimal): -4544132 or 8169914. OLE color: 8169914.

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

Color convert

RGB 186 169 124 -
CMYK 0 0.09 0.33 0.27
HSL 43.55º 0.31% 0.61% -
HSV(B) 43.55º 0.33% 0.73% -
XYZ 38.08 40.27 24.83 -
YUV 168.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 186 169 124 0 0.09 0.33 0.27 43.55 0.31 0.61
Hex BA A9 7C 0 9 21 1B 2C 1F 3D
Octal 272 251 174 0 11 41 33 54 37 75
Binary 10111010 10101001 1111100 0 1001 100001 11011 101100 11111 111101

Color Harmonies of #BAA97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA97C

Black with #BAA97C

Text Example


Text Example

White with #BAA97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA97C; }

 p { color: rgb(186,169,124); }

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

background-color css

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

 a { background-color: rgb(186,169,124); }

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

border-color css

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

 span { border-color: rgb(186,169,124); }

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