Html Css Color HEX #BAA88B Pavlova

📋 copy color: '#BAA88B'

red 186 ◦ green 168 ◦ blue 139

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

Shades of Pavlova #BAA88B

Tints of Pavlova #BAA88B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

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

R = 37.73%
G = 34.08%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BAA88B (or 0xBAA88B) is known color: Pavlova. HEX triplet: BA, A8 and 8B. RGB value is (186,168,139). Sum of RGB (Red+Green+Blue) = 186+168+139=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA88B is #455774. Grayscale: #AAAAAA. Windows color (decimal): -4544373 or 9152698. OLE color: 9152698.

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

Color convert

RGB 186 168 139 -
CMYK 0 0.10 0.25 0.27
HSL 37.02º 0.25% 0.64% -
HSV(B) 37.02º 0.25% 0.73% -
XYZ 38.91 40.31 30.16 -
YUV 170.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 186 168 139 0 0.10 0.25 0.27 37.02 0.25 0.64
Hex BA A8 8B 0 A 19 1B 25 19 40
Octal 272 250 213 0 12 31 33 45 31 100
Binary 10111010 10101000 10001011 0 1010 11001 11011 100101 11001 1000000

Color Harmonies of #BAA88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA88B

Black with #BAA88B

Text Example


Text Example

White with #BAA88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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