Html Css Color HEX #BAA985 Pavlova

📋 copy color: '#BAA985'

red 186 ◦ green 169 ◦ blue 133

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

Shades of Pavlova #BAA985

Tints of Pavlova #BAA985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.63%

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

R = 38.11%
G = 34.63%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAA985 (or 0xBAA985) is known color: Pavlova. HEX triplet: BA, A9 and 85. RGB value is (186,169,133). Sum of RGB (Red+Green+Blue) = 186+169+133=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA985 is #45567A. Grayscale: #AAAAAA. Windows color (decimal): -4544123 or 8759738. OLE color: 8759738.

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

Color convert

RGB 186 169 133 -
CMYK 0 0.09 0.28 0.27
HSL 40.75º 0.28% 0.63% -
HSV(B) 40.75º 0.28% 0.73% -
XYZ 38.67 40.51 27.97 -
YUV 169.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 186 169 133 0 0.09 0.28 0.27 40.75 0.28 0.63
Hex BA A9 85 0 9 1C 1B 29 1C 3F
Octal 272 251 205 0 11 34 33 51 34 77
Binary 10111010 10101001 10000101 0 1001 11100 11011 101001 11100 111111

Color Harmonies of #BAA985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA985

Black with #BAA985

Text Example


Text Example

White with #BAA985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA985; }

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

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

background-color css

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

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

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

border-color css

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

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

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