Html Css Color HEX #BAA379 Pavlova

📋 copy color: '#BAA379'

red 186 ◦ green 163 ◦ blue 121

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

Shades of Pavlova #BAA379

Tints of Pavlova #BAA379

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

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

R = 39.57%
G = 34.68%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAA379 (or 0xBAA379) is known color: Pavlova. HEX triplet: BA, A3 and 79. RGB value is (186,163,121). Sum of RGB (Red+Green+Blue) = 186+163+121=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA379 is #455C86. Grayscale: #A5A5A5. Windows color (decimal): -4545671 or 7971770. OLE color: 7971770.

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

Color convert

RGB 186 163 121 -
CMYK 0 0.12 0.35 0.27
HSL 38.77º 0.32% 0.6% -
HSV(B) 38.77º 0.35% 0.73% -
XYZ 36.8 38.01 23.49 -
YUV 165.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 186 163 121 0 0.12 0.35 0.27 38.77 0.32 0.6
Hex BA A3 79 0 C 23 1B 27 20 3C
Octal 272 243 171 0 14 43 33 47 40 74
Binary 10111010 10100011 1111001 0 1100 100011 11011 100111 100000 111100

Color Harmonies of #BAA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA379

Black with #BAA379

Text Example


Text Example

White with #BAA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA379; }

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

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

background-color css

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

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

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

border-color css

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

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

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