Html Css Color HEX #BAA37E Pavlova

📋 copy color: '#BAA37E'

red 186 ◦ green 163 ◦ blue 126

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

Shades of Pavlova #BAA37E

Tints of Pavlova #BAA37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 39.16%
G = 34.32%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAA37E (or 0xBAA37E) is known color: Pavlova. HEX triplet: BA, A3 and 7E. RGB value is (186,163,126). Sum of RGB (Red+Green+Blue) = 186+163+126=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA37E is #455C81. Grayscale: #A5A5A5. Windows color (decimal): -4545666 or 8299450. OLE color: 8299450.

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

Color convert

RGB 186 163 126 -
CMYK 0 0.12 0.32 0.27
HSL 37º 0.3% 0.61% -
HSV(B) 37º 0.32% 0.73% -
XYZ 37.11 38.14 25.14 -
YUV 165.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 186 163 126 0 0.12 0.32 0.27 37 0.3 0.61
Hex BA A3 7E 0 C 20 1B 25 1E 3D
Octal 272 243 176 0 14 40 33 45 36 75
Binary 10111010 10100011 1111110 0 1100 100000 11011 100101 11110 111101

Color Harmonies of #BAA37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA37E

Black with #BAA37E

Text Example


Text Example

White with #BAA37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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