Html Css Color HEX #BAA98A Pavlova

📋 copy color: '#BAA98A'

red 186 ◦ green 169 ◦ blue 138

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

Shades of Pavlova #BAA98A

Tints of Pavlova #BAA98A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.28%

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

R = 37.73%
G = 34.28%
B = 27.99%

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

#BAA98A (or 0xBAA98A) is known color: Pavlova. HEX triplet: BA, A9 and 8A. RGB value is (186,169,138). Sum of RGB (Red+Green+Blue) = 186+169+138=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA98A is #455675. Grayscale: #AAAAAA. Windows color (decimal): -4544118 or 9087418. OLE color: 9087418.

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

Color convert

RGB 186 169 138 -
CMYK 0 0.09 0.26 0.27
HSL 38.75º 0.26% 0.64% -
HSV(B) 38.75º 0.26% 0.73% -
XYZ 39.03 40.65 29.83 -
YUV 170.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 186 169 138 0 0.09 0.26 0.27 38.75 0.26 0.64
Hex BA A9 8A 0 9 1A 1B 27 1A 40
Octal 272 251 212 0 11 32 33 47 32 100
Binary 10111010 10101001 10001010 0 1001 11010 11011 100111 11010 1000000

Color Harmonies of #BAA98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA98A

Black with #BAA98A

Text Example


Text Example

White with #BAA98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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