Html Css Color HEX #BAA47C Pavlova

📋 copy color: '#BAA47C'

red 186 ◦ green 164 ◦ blue 124

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

Shades of Pavlova #BAA47C

Tints of Pavlova #BAA47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.16%

R = 39.24%
G = 34.6%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAA47C (or 0xBAA47C) is known color: Pavlova. HEX triplet: BA, A4 and 7C. RGB value is (186,164,124). Sum of RGB (Red+Green+Blue) = 186+164+124=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA47C is #455B83. Grayscale: #A6A6A6. Windows color (decimal): -4545412 or 8168634. OLE color: 8168634.

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

Color convert

RGB 186 164 124 -
CMYK 0 0.12 0.33 0.27
HSL 38.71º 0.31% 0.61% -
HSV(B) 38.71º 0.33% 0.73% -
XYZ 37.16 38.45 24.53 -
YUV 166.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 186 164 124 0 0.12 0.33 0.27 38.71 0.31 0.61
Hex BA A4 7C 0 C 21 1B 27 1F 3D
Octal 272 244 174 0 14 41 33 47 37 75
Binary 10111010 10100100 1111100 0 1100 100001 11011 100111 11111 111101

Color Harmonies of #BAA47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA47C

Black with #BAA47C

Text Example


Text Example

White with #BAA47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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