Html Css Color HEX #BAA981 Pavlova

📋 copy color: '#BAA981'

red 186 ◦ green 169 ◦ blue 129

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

Shades of Pavlova #BAA981

Tints of Pavlova #BAA981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 38.43%
G = 34.92%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAA981 (or 0xBAA981) is known color: Pavlova. HEX triplet: BA, A9 and 81. RGB value is (186,169,129). Sum of RGB (Red+Green+Blue) = 186+169+129=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA981 is #45567E. Grayscale: #A9A9A9. Windows color (decimal): -4544127 or 8497594. OLE color: 8497594.

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

Color convert

RGB 186 169 129 -
CMYK 0 0.09 0.31 0.27
HSL 42.11º 0.29% 0.62% -
HSV(B) 42.11º 0.31% 0.73% -
XYZ 38.4 40.4 26.54 -
YUV 169.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 186 169 129 0 0.09 0.31 0.27 42.11 0.29 0.62
Hex BA A9 81 0 9 1F 1B 2A 1D 3E
Octal 272 251 201 0 11 37 33 52 35 76
Binary 10111010 10101001 10000001 0 1001 11111 11011 101010 11101 111110

Color Harmonies of #BAA981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA981

Black with #BAA981

Text Example


Text Example

White with #BAA981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA981; }

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

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

background-color css

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

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

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

border-color css

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

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

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