Html Css Color HEX #BAA578 Pavlova

📋 copy color: '#BAA578'

red 186 ◦ green 165 ◦ blue 120

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

Shades of Pavlova #BAA578

Tints of Pavlova #BAA578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.48%

R = 39.49%
G = 35.03%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAA578 (or 0xBAA578) is known color: Pavlova. HEX triplet: BA, A5 and 78. RGB value is (186,165,120). Sum of RGB (Red+Green+Blue) = 186+165+120=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA578 is #455A87. Grayscale: #A6A6A6. Windows color (decimal): -4545160 or 7906746. OLE color: 7906746.

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

Color convert

RGB 186 165 120 -
CMYK 0 0.11 0.35 0.27
HSL 40.91º 0.32% 0.6% -
HSV(B) 40.91º 0.35% 0.73% -
XYZ 37.1 38.71 23.29 -
YUV 166.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 186 165 120 0 0.11 0.35 0.27 40.91 0.32 0.6
Hex BA A5 78 0 B 23 1B 29 20 3C
Octal 272 245 170 0 13 43 33 51 40 74
Binary 10111010 10100101 1111000 0 1011 100011 11011 101001 100000 111100

Color Harmonies of #BAA578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA578

Black with #BAA578

Text Example


Text Example

White with #BAA578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA578; }

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

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

background-color css

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

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

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

border-color css

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

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

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