Html Css Color HEX #BAAA85 Pavlova

📋 copy color: '#BAAA85'

red 186 ◦ green 170 ◦ blue 133

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

Shades of Pavlova #BAAA85

Tints of Pavlova #BAAA85

RGB

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

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

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

R = 38.04%
G = 34.76%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAAA85 (or 0xBAAA85) is known color: Pavlova. HEX triplet: BA, AA and 85. RGB value is (186,170,133). Sum of RGB (Red+Green+Blue) = 186+170+133=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA85 is #45557A. Grayscale: #AAAAAA. Windows color (decimal): -4543867 or 8759994. OLE color: 8759994.

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

Color convert

RGB 186 170 133 -
CMYK 0 0.09 0.28 0.27
HSL 41.89º 0.28% 0.63% -
HSV(B) 41.89º 0.28% 0.73% -
XYZ 38.86 40.88 28.03 -
YUV 170.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 186 170 133 0 0.09 0.28 0.27 41.89 0.28 0.63
Hex BA AA 85 0 9 1C 1B 2A 1C 3F
Octal 272 252 205 0 11 34 33 52 34 77
Binary 10111010 10101010 10000101 0 1001 11100 11011 101010 11100 111111

Color Harmonies of #BAAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA85

Black with #BAAA85

Text Example


Text Example

White with #BAAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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