Html Css Color HEX #BAA377 Pavlova

📋 copy color: '#BAA377'

red 186 ◦ green 163 ◦ blue 119

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

Shades of Pavlova #BAA377

Tints of Pavlova #BAA377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 39.74%
G = 34.83%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BAA377 (or 0xBAA377) is known color: Pavlova. HEX triplet: BA, A3 and 77. RGB value is (186,163,119). Sum of RGB (Red+Green+Blue) = 186+163+119=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA377 is #455C88. Grayscale: #A5A5A5. Windows color (decimal): -4545673 or 7840698. OLE color: 7840698.

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

Color convert

RGB 186 163 119 -
CMYK 0 0.12 0.36 0.27
HSL 39.4º 0.33% 0.6% -
HSV(B) 39.4º 0.36% 0.73% -
XYZ 36.68 37.97 22.85 -
YUV 164.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 186 163 119 0 0.12 0.36 0.27 39.4 0.33 0.6
Hex BA A3 77 0 C 24 1B 27 21 3C
Octal 272 243 167 0 14 44 33 47 41 74
Binary 10111010 10100011 1110111 0 1100 100100 11011 100111 100001 111100

Color Harmonies of #BAA377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA377

Black with #BAA377

Text Example


Text Example

White with #BAA377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA377; }

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

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

background-color css

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

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

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

border-color css

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

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

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