Html Css Color HEX #BAAA84 Pavlova

📋 copy color: '#BAAA84'

red 186 ◦ green 170 ◦ blue 132

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

Shades of Pavlova #BAAA84

Tints of Pavlova #BAAA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.05%

R = 38.11%
G = 34.84%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAAA84 (or 0xBAAA84) is known color: Pavlova. HEX triplet: BA, AA and 84. RGB value is (186,170,132). Sum of RGB (Red+Green+Blue) = 186+170+132=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA84 is #45557B. Grayscale: #AAAAAA. Windows color (decimal): -4543868 or 8694458. OLE color: 8694458.

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

Color convert

RGB 186 170 132 -
CMYK 0 0.09 0.29 0.27
HSL 42.22º 0.28% 0.62% -
HSV(B) 42.22º 0.29% 0.73% -
XYZ 38.79 40.85 27.67 -
YUV 170.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 186 170 132 0 0.09 0.29 0.27 42.22 0.28 0.62
Hex BA AA 84 0 9 1D 1B 2A 1C 3E
Octal 272 252 204 0 11 35 33 52 34 76
Binary 10111010 10101010 10000100 0 1001 11101 11011 101010 11100 111110

Color Harmonies of #BAAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA84

Black with #BAAA84

Text Example


Text Example

White with #BAAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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