Html Css Color HEX #BAA477 Pavlova

📋 copy color: '#BAA477'

red 186 ◦ green 164 ◦ blue 119

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

Shades of Pavlova #BAA477

Tints of Pavlova #BAA477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

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

R = 39.66%
G = 34.97%
B = 25.37%

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

#BAA477 (or 0xBAA477) is known color: Pavlova. HEX triplet: BA, A4 and 77. RGB value is (186,164,119). Sum of RGB (Red+Green+Blue) = 186+164+119=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA477 is #455B88. Grayscale: #A5A5A5. Windows color (decimal): -4545417 or 7840954. OLE color: 7840954.

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

Color convert

RGB 186 164 119 -
CMYK 0 0.12 0.36 0.27
HSL 40.3º 0.33% 0.6% -
HSV(B) 40.3º 0.36% 0.73% -
XYZ 36.85 38.32 22.91 -
YUV 165.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 186 164 119 0 0.12 0.36 0.27 40.3 0.33 0.6
Hex BA A4 77 0 C 24 1B 28 21 3C
Octal 272 244 167 0 14 44 33 50 41 74
Binary 10111010 10100100 1110111 0 1100 100100 11011 101000 100001 111100

Color Harmonies of #BAA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA477

Black with #BAA477

Text Example


Text Example

White with #BAA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA477; }

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

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

background-color css

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

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

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

border-color css

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

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

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