Html Css Color HEX #BAAA80 Pavlova

📋 copy color: '#BAAA80'

red 186 ◦ green 170 ◦ blue 128

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

Shades of Pavlova #BAAA80

Tints of Pavlova #BAAA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.45%

R = 38.43%
G = 35.12%
B = 26.45%

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

#BAAA80 (or 0xBAAA80) is known color: Pavlova. HEX triplet: BA, AA and 80. RGB value is (186,170,128). Sum of RGB (Red+Green+Blue) = 186+170+128=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA80 is #45557F. Grayscale: #AAAAAA. Windows color (decimal): -4543872 or 8432314. OLE color: 8432314.

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

Color convert

RGB 186 170 128 -
CMYK 0 0.09 0.31 0.27
HSL 43.45º 0.3% 0.62% -
HSV(B) 43.45º 0.31% 0.73% -
XYZ 38.52 40.75 26.26 -
YUV 170 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 186 170 128 0 0.09 0.31 0.27 43.45 0.3 0.62
Hex BA AA 80 0 9 1F 1B 2B 1E 3E
Octal 272 252 200 0 11 37 33 53 36 76
Binary 10111010 10101010 10000000 0 1001 11111 11011 101011 11110 111110

Color Harmonies of #BAAA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA80

Black with #BAAA80

Text Example


Text Example

White with #BAAA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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