#BAAB7E

Color #BAAB7E Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #BAAB7E

Tints of Pavlova #BAAB7E

Color information

#BAAB7E (or 0xBAAB7E) is unknown color: approx Pavlova. HEX triplet: BA, AB and 7E. RGB value is (186,171,126). Sum of RGB (Red+Green+Blue) = 186+171+126=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB7E is #455481. Grayscale: #AAAAAA. Windows color (decimal): -4543618 or 8301498. OLE color: 8301498.

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

Color convert

RGB186171126-
CMYK00.080.320.27
HSL45º30.3%61.18%-
HSV(B)45º32.26%72.94%-
XYZ38.5841.0725.63-
YUV170.36102.97139.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=38.51%
G=35.40%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617112600.080.320.274530.361.18
HexBAAB7E08201B2d1e3d
Octal2722531760104033553675
Binary10111010101010111111110010001000001101110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB7E; }

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

 H1.HeaderClassName
 {
   color: #BAAB7E;
 }
 .AnyTagClassName
 {
   color: #BAAB7E;
 }
</style>
background-color css

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

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

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

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

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

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