Html Css Color HEX #BAA98B Pavlova

📋 copy color: '#BAA98B'

red 186 ◦ green 169 ◦ blue 139

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

Shades of Pavlova #BAA98B

Tints of Pavlova #BAA98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 37.65%
G = 34.21%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BAA98B (or 0xBAA98B) is known color: Pavlova. HEX triplet: BA, A9 and 8B. RGB value is (186,169,139). Sum of RGB (Red+Green+Blue) = 186+169+139=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA98B is #455674. Grayscale: #AAAAAA. Windows color (decimal): -4544117 or 9152954. OLE color: 9152954.

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

Color convert

RGB 186 169 139 -
CMYK 0 0.09 0.25 0.27
HSL 38.3º 0.25% 0.64% -
HSV(B) 38.3º 0.25% 0.73% -
XYZ 39.1 40.68 30.22 -
YUV 170.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 186 169 139 0 0.09 0.25 0.27 38.3 0.25 0.64
Hex BA A9 8B 0 9 19 1B 26 19 40
Octal 272 251 213 0 11 31 33 46 31 100
Binary 10111010 10101001 10001011 0 1001 11001 11011 100110 11001 1000000

Color Harmonies of #BAA98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA98B

Black with #BAA98B

Text Example


Text Example

White with #BAA98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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