Html Css Color HEX #BAA574 Pavlova

📋 copy color: '#BAA574'

red 186 ◦ green 165 ◦ blue 116

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

Shades of Pavlova #BAA574

Tints of Pavlova #BAA574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 39.83%
G = 35.33%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAA574 (or 0xBAA574) is known color: Pavlova. HEX triplet: BA, A5 and 74. RGB value is (186,165,116). Sum of RGB (Red+Green+Blue) = 186+165+116=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA574 is #455A8B. Grayscale: #A5A5A5. Windows color (decimal): -4545164 or 7644602. OLE color: 7644602.

HSL color Cylindrical-coordinate representation of color #BAA574: hue angle of 42º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAA574 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 116 -
CMYK 0 0.11 0.38 0.27
HSL 42º 0.34% 0.59% -
HSV(B) 42º 0.38% 0.73% -
XYZ 36.86 38.61 22.03 -
YUV 165.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 186 165 116 0 0.11 0.38 0.27 42 0.34 0.59
Hex BA A5 74 0 B 26 1B 2A 22 3B
Octal 272 245 164 0 13 46 33 52 42 73
Binary 10111010 10100101 1110100 0 1011 100110 11011 101010 100010 111011

Color Harmonies of #BAA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA574

Black with #BAA574

Text Example


Text Example

White with #BAA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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