Html Css Color HEX #BAA577 Pavlova

📋 copy color: '#BAA577'

red 186 ◦ green 165 ◦ blue 119

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

Shades of Pavlova #BAA577

Tints of Pavlova #BAA577

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

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

R = 39.57%
G = 35.11%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BAA577 (or 0xBAA577) is known color: Pavlova. HEX triplet: BA, A5 and 77. RGB value is (186,165,119). Sum of RGB (Red+Green+Blue) = 186+165+119=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA577 is #455A88. Grayscale: #A6A6A6. Windows color (decimal): -4545161 or 7841210. OLE color: 7841210.

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

Color convert

RGB 186 165 119 -
CMYK 0 0.11 0.36 0.27
HSL 41.19º 0.33% 0.6% -
HSV(B) 41.19º 0.36% 0.73% -
XYZ 37.03 38.68 22.97 -
YUV 166.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 186 165 119 0 0.11 0.36 0.27 41.19 0.33 0.6
Hex BA A5 77 0 B 24 1B 29 21 3C
Octal 272 245 167 0 13 44 33 51 41 74
Binary 10111010 10100101 1110111 0 1011 100100 11011 101001 100001 111100

Color Harmonies of #BAA577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA577

Black with #BAA577

Text Example


Text Example

White with #BAA577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA577; }

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

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

background-color css

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

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

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

border-color css

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

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

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