Html Css Color HEX #BAAB84 Pavlova

📋 copy color: '#BAAB84'

red 186 ◦ green 171 ◦ blue 132

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

Shades of Pavlova #BAAB84

Tints of Pavlova #BAAB84

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.97%

 BLUE value IS 132 (51.95% from 255) = 26.99%

R = 38.04%
G = 34.97%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAAB84 (or 0xBAAB84) is known color: Pavlova. HEX triplet: BA, AB and 84. RGB value is (186,171,132). Sum of RGB (Red+Green+Blue) = 186+171+132=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB84 is #45547B. Grayscale: #ABABAB. Windows color (decimal): -4543612 or 8694714. OLE color: 8694714.

HSL color Cylindrical-coordinate representation of color #BAAB84: hue angle of 43.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAAB84 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 171 132 -
CMYK 0 0.08 0.29 0.27
HSL 43.33º 0.28% 0.62% -
HSV(B) 43.33º 0.29% 0.73% -
XYZ 38.98 41.23 27.73 -
YUV 171.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 186 171 132 0 0.08 0.29 0.27 43.33 0.28 0.62
Hex BA AB 84 0 8 1D 1B 2B 1C 3E
Octal 272 253 204 0 10 35 33 53 34 76
Binary 10111010 10101011 10000100 0 1000 11101 11011 101011 11100 111110

Color Harmonies of #BAAB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB84

Black with #BAAB84

Text Example


Text Example

White with #BAAB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB84; }

 p { color: rgb(186,171,132); }

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

background-color css

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

 a { background-color: rgb(186,171,132); }

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

border-color css

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

 span { border-color: rgb(186,171,132); }

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