Html Css Color HEX #BAA485 Pavlova

📋 copy color: '#BAA485'

red 186 ◦ green 164 ◦ blue 133

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

Shades of Pavlova #BAA485

Tints of Pavlova #BAA485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 38.51%
G = 33.95%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAA485 (or 0xBAA485) is known color: Pavlova. HEX triplet: BA, A4 and 85. RGB value is (186,164,133). Sum of RGB (Red+Green+Blue) = 186+164+133=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA485 is #455B7A. Grayscale: #A7A7A7. Windows color (decimal): -4545403 or 8758458. OLE color: 8758458.

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

Color convert

RGB 186 164 133 -
CMYK 0 0.12 0.28 0.27
HSL 35.09º 0.28% 0.63% -
HSV(B) 35.09º 0.28% 0.73% -
XYZ 37.76 38.68 27.67 -
YUV 167.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 186 164 133 0 0.12 0.28 0.27 35.09 0.28 0.63
Hex BA A4 85 0 C 1C 1B 23 1C 3F
Octal 272 244 205 0 14 34 33 43 34 77
Binary 10111010 10100100 10000101 0 1100 11100 11011 100011 11100 111111

Color Harmonies of #BAA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA485

Black with #BAA485

Text Example


Text Example

White with #BAA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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