Html Css Color HEX #BAA476 Pavlova

📋 copy color: '#BAA476'

red 186 ◦ green 164 ◦ blue 118

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

Shades of Pavlova #BAA476

Tints of Pavlova #BAA476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 39.74%
G = 35.04%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAA476 (or 0xBAA476) is known color: Pavlova. HEX triplet: BA, A4 and 76. RGB value is (186,164,118). Sum of RGB (Red+Green+Blue) = 186+164+118=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA476 is #455B89. Grayscale: #A5A5A5. Windows color (decimal): -4545418 or 7775418. OLE color: 7775418.

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

Color convert

RGB 186 164 118 -
CMYK 0 0.12 0.37 0.27
HSL 40.59º 0.33% 0.6% -
HSV(B) 40.59º 0.37% 0.73% -
XYZ 36.8 38.3 22.59 -
YUV 165.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 186 164 118 0 0.12 0.37 0.27 40.59 0.33 0.6
Hex BA A4 76 0 C 25 1B 29 21 3C
Octal 272 244 166 0 14 45 33 51 41 74
Binary 10111010 10100100 1110110 0 1100 100101 11011 101001 100001 111100

Color Harmonies of #BAA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA476

Black with #BAA476

Text Example


Text Example

White with #BAA476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA476; }

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

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

background-color css

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

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

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

border-color css

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

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

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