Html Css Color HEX #BAAA8A Pavlova

📋 copy color: '#BAAA8A'

red 186 ◦ green 170 ◦ blue 138

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

Shades of Pavlova #BAAA8A

Tints of Pavlova #BAAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 37.65%
G = 34.41%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BAAA8A (or 0xBAAA8A) is known color: Pavlova. HEX triplet: BA, AA and 8A. RGB value is (186,170,138). Sum of RGB (Red+Green+Blue) = 186+170+138=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA8A is #455575. Grayscale: #ABABAB. Windows color (decimal): -4543862 or 9087674. OLE color: 9087674.

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

Color convert

RGB 186 170 138 -
CMYK 0 0.09 0.26 0.27
HSL 40º 0.26% 0.64% -
HSV(B) 40º 0.26% 0.73% -
XYZ 39.21 41.02 29.9 -
YUV 171.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 186 170 138 0 0.09 0.26 0.27 40 0.26 0.64
Hex BA AA 8A 0 9 1A 1B 28 1A 40
Octal 272 252 212 0 11 32 33 50 32 100
Binary 10111010 10101010 10001010 0 1001 11010 11011 101000 11010 1000000

Color Harmonies of #BAAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA8A

Black with #BAAA8A

Text Example


Text Example

White with #BAAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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