Html Css Color HEX #BAAB8D Pavlova

📋 copy color: '#BAAB8D'

red 186 ◦ green 171 ◦ blue 141

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

Shades of Pavlova #BAAB8D

Tints of Pavlova #BAAB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.31%

R = 37.35%
G = 34.34%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BAAB8D (or 0xBAAB8D) is known color: Pavlova. HEX triplet: BA, AB and 8D. RGB value is (186,171,141). Sum of RGB (Red+Green+Blue) = 186+171+141=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB8D is #455472. Grayscale: #ACACAC. Windows color (decimal): -4543603 or 9284538. OLE color: 9284538.

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

Color convert

RGB 186 171 141 -
CMYK 0 0.08 0.24 0.27
HSL 40º 0.25% 0.64% -
HSV(B) 40º 0.24% 0.73% -
XYZ 39.62 41.49 31.12 -
YUV 172.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 186 171 141 0 0.08 0.24 0.27 40 0.25 0.64
Hex BA AB 8D 0 8 18 1B 28 19 40
Octal 272 253 215 0 10 30 33 50 31 100
Binary 10111010 10101011 10001101 0 1000 11000 11011 101000 11001 1000000

Color Harmonies of #BAAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB8D

Black with #BAAB8D

Text Example


Text Example

White with #BAAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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