#B9A47E

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

Shades of Pavlova #B9A47E

Tints of Pavlova #B9A47E

Color information

#B9A47E (or 0xB9A47E) is unknown color: approx Pavlova. HEX triplet: B9, A4 and 7E. RGB value is (185,164,126). Sum of RGB (Red+Green+Blue) = 185+164+126=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A47E is #465B81. Grayscale: #A6A6A6. Windows color (decimal): -4610946 or 8299705. OLE color: 8299705.

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

Color convert

RGB185164126-
CMYK00.110.320.27
HSL38.64º29.65%60.98%-
HSV(B)38.64º31.89%72.55%-
XYZ37.0538.3725.19-
YUV165.95105.46141.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=38.95%
G=34.53%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516412600.110.320.2738.6429.6560.98
HexB9A47E0B201B271e3d
Octal2712441760134033473675
Binary10111001101001001111110010111000001101110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A47E; }

 p { color: rgb(185,164,126); }

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

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

 a { background-color: rgb(185,164,126); }

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

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

 span { border-color: rgb(185,164,126); }

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