Html Css Color HEX #BAA279 Pavlova

📋 copy color: '#BAA279'

red 186 ◦ green 162 ◦ blue 121

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

Shades of Pavlova #BAA279

Tints of Pavlova #BAA279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.54%

 BLUE value IS 121 (47.66% from 255) = 25.8%

R = 39.66%
G = 34.54%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAA279 (or 0xBAA279) is known color: Pavlova. HEX triplet: BA, A2 and 79. RGB value is (186,162,121). Sum of RGB (Red+Green+Blue) = 186+162+121=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA279 is #455D86. Grayscale: #A4A4A4. Windows color (decimal): -4545927 or 7971514. OLE color: 7971514.

HSL color Cylindrical-coordinate representation of color #BAA279: hue angle of 37.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA279 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 121 -
CMYK 0 0.13 0.35 0.27
HSL 37.85º 0.32% 0.6% -
HSV(B) 37.85º 0.35% 0.73% -
XYZ 36.62 37.66 23.43 -
YUV 164.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 186 162 121 0 0.13 0.35 0.27 37.85 0.32 0.6
Hex BA A2 79 0 D 23 1B 26 20 3C
Octal 272 242 171 0 15 43 33 46 40 74
Binary 10111010 10100010 1111001 0 1101 100011 11011 100110 100000 111100

Color Harmonies of #BAA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA279

Black with #BAA279

Text Example


Text Example

White with #BAA279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA279; }

 p { color: rgb(186,162,121); }

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

background-color css

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

 a { background-color: rgb(186,162,121); }

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

border-color css

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

 span { border-color: rgb(186,162,121); }

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