Html Css Color HEX #BAA679 Pavlova

📋 copy color: '#BAA679'

red 186 ◦ green 166 ◦ blue 121

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

Shades of Pavlova #BAA679

Tints of Pavlova #BAA679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.1%

 BLUE value IS 121 (47.66% from 255) = 25.58%

R = 39.32%
G = 35.1%
B = 25.58%

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

#BAA679 (or 0xBAA679) is known color: Pavlova. HEX triplet: BA, A6 and 79. RGB value is (186,166,121). Sum of RGB (Red+Green+Blue) = 186+166+121=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA679 is #455986. Grayscale: #A7A7A7. Windows color (decimal): -4544903 or 7972538. OLE color: 7972538.

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

Color convert

RGB 186 166 121 -
CMYK 0 0.11 0.35 0.27
HSL 41.54º 0.32% 0.6% -
HSV(B) 41.54º 0.35% 0.73% -
XYZ 37.34 39.09 23.67 -
YUV 166.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 186 166 121 0 0.11 0.35 0.27 41.54 0.32 0.6
Hex BA A6 79 0 B 23 1B 2A 20 3C
Octal 272 246 171 0 13 43 33 52 40 74
Binary 10111010 10100110 1111001 0 1011 100011 11011 101010 100000 111100

Color Harmonies of #BAA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA679

Black with #BAA679

Text Example


Text Example

White with #BAA679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA679; }

 p { color: rgb(186,166,121); }

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

background-color css

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

 a { background-color: rgb(186,166,121); }

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

border-color css

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

 span { border-color: rgb(186,166,121); }

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