Html Css Color HEX #BAA57A Pavlova

📋 copy color: '#BAA57A'

red 186 ◦ green 165 ◦ blue 122

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

Shades of Pavlova #BAA57A

Tints of Pavlova #BAA57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 39.32%
G = 34.88%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAA57A (or 0xBAA57A) is known color: Pavlova. HEX triplet: BA, A5 and 7A. RGB value is (186,165,122). Sum of RGB (Red+Green+Blue) = 186+165+122=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA57A is #455A85. Grayscale: #A6A6A6. Windows color (decimal): -4545158 or 8037818. OLE color: 8037818.

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

Color convert

RGB 186 165 122 -
CMYK 0 0.11 0.34 0.27
HSL 40.31º 0.32% 0.6% -
HSV(B) 40.31º 0.34% 0.73% -
XYZ 37.22 38.75 23.93 -
YUV 166.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 186 165 122 0 0.11 0.34 0.27 40.31 0.32 0.6
Hex BA A5 7A 0 B 22 1B 28 20 3C
Octal 272 245 172 0 13 42 33 50 40 74
Binary 10111010 10100101 1111010 0 1011 100010 11011 101000 100000 111100

Color Harmonies of #BAA57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA57A

Black with #BAA57A

Text Example


Text Example

White with #BAA57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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