Html Css Color HEX #BAAC84 Pavlova

📋 copy color: '#BAAC84'

red 186 ◦ green 172 ◦ blue 132

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

Shades of Pavlova #BAAC84

Tints of Pavlova #BAAC84

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.1%

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

R = 37.96%
G = 35.1%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAAC84 (or 0xBAAC84) is known color: Pavlova. HEX triplet: BA, AC and 84. RGB value is (186,172,132). Sum of RGB (Red+Green+Blue) = 186+172+132=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC84 is #45537B. Grayscale: #ABABAB. Windows color (decimal): -4543356 or 8694970. OLE color: 8694970.

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

Color convert

RGB 186 172 132 -
CMYK 0 0.08 0.29 0.27
HSL 44.44º 0.28% 0.62% -
HSV(B) 44.44º 0.29% 0.73% -
XYZ 39.17 41.61 27.8 -
YUV 171.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 186 172 132 0 0.08 0.29 0.27 44.44 0.28 0.62
Hex BA AC 84 0 8 1D 1B 2C 1C 3E
Octal 272 254 204 0 10 35 33 54 34 76
Binary 10111010 10101100 10000100 0 1000 11101 11011 101100 11100 111110

Color Harmonies of #BAAC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC84

Black with #BAAC84

Text Example


Text Example

White with #BAAC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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