Html Css Color HEX #BAAA81 Pavlova

📋 copy color: '#BAAA81'

red 186 ◦ green 170 ◦ blue 129

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

Shades of Pavlova #BAAA81

Tints of Pavlova #BAAA81

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.05%

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

R = 38.35%
G = 35.05%
B = 26.6%

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

#BAAA81 (or 0xBAAA81) is known color: Pavlova. HEX triplet: BA, AA and 81. RGB value is (186,170,129). Sum of RGB (Red+Green+Blue) = 186+170+129=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA81 is #45557E. Grayscale: #AAAAAA. Windows color (decimal): -4543871 or 8497850. OLE color: 8497850.

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

Color convert

RGB 186 170 129 -
CMYK 0 0.09 0.31 0.27
HSL 43.16º 0.29% 0.62% -
HSV(B) 43.16º 0.31% 0.73% -
XYZ 38.59 40.77 26.61 -
YUV 170.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 186 170 129 0 0.09 0.31 0.27 43.16 0.29 0.62
Hex BA AA 81 0 9 1F 1B 2B 1D 3E
Octal 272 252 201 0 11 37 33 53 35 76
Binary 10111010 10101010 10000001 0 1001 11111 11011 101011 11101 111110

Color Harmonies of #BAAA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA81

Black with #BAAA81

Text Example


Text Example

White with #BAAA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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