Html Css Color HEX #BAAC85 Pavlova

📋 copy color: '#BAAC85'

red 186 ◦ green 172 ◦ blue 133

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

Shades of Pavlova #BAAC85

Tints of Pavlova #BAAC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.09%

R = 37.88%
G = 35.03%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAAC85 (or 0xBAAC85) is known color: Pavlova. HEX triplet: BA, AC and 85. RGB value is (186,172,133). Sum of RGB (Red+Green+Blue) = 186+172+133=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC85 is #45537A. Grayscale: #ABABAB. Windows color (decimal): -4543355 or 8760506. OLE color: 8760506.

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

Color convert

RGB 186 172 133 -
CMYK 0 0.08 0.28 0.27
HSL 44.15º 0.28% 0.63% -
HSV(B) 44.15º 0.28% 0.73% -
XYZ 39.24 41.64 28.16 -
YUV 171.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 186 172 133 0 0.08 0.28 0.27 44.15 0.28 0.63
Hex BA AC 85 0 8 1C 1B 2C 1C 3F
Octal 272 254 205 0 10 34 33 54 34 77
Binary 10111010 10101100 10000101 0 1000 11100 11011 101100 11100 111111

Color Harmonies of #BAAC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC85

Black with #BAAC85

Text Example


Text Example

White with #BAAC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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