Html Css Color HEX #BAA37A Pavlova

📋 copy color: '#BAA37A'

red 186 ◦ green 163 ◦ blue 122

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

Shades of Pavlova #BAA37A

Tints of Pavlova #BAA37A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

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

R = 39.49%
G = 34.61%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAA37A (or 0xBAA37A) is known color: Pavlova. HEX triplet: BA, A3 and 7A. RGB value is (186,163,122). Sum of RGB (Red+Green+Blue) = 186+163+122=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA37A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA37A is #455C85. Grayscale: #A5A5A5. Windows color (decimal): -4545670 or 8037306. OLE color: 8037306.

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

Color convert

RGB 186 163 122 -
CMYK 0 0.12 0.34 0.27
HSL 38.44º 0.32% 0.6% -
HSV(B) 38.44º 0.34% 0.73% -
XYZ 36.86 38.04 23.81 -
YUV 165.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 186 163 122 0 0.12 0.34 0.27 38.44 0.32 0.6
Hex BA A3 7A 0 C 22 1B 26 20 3C
Octal 272 243 172 0 14 42 33 46 40 74
Binary 10111010 10100011 1111010 0 1100 100010 11011 100110 100000 111100

Color Harmonies of #BAA37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA37A

Black with #BAA37A

Text Example


Text Example

White with #BAA37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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