#B9A97F

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

Shades of Pavlova #B9A97F

Tints of Pavlova #B9A97F

Color information

#B9A97F (or 0xB9A97F) is unknown color: approx Pavlova. HEX triplet: B9, A9 and 7F. RGB value is (185,169,127). Sum of RGB (Red+Green+Blue) = 185+169+127=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A97F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A97F is #465680. Grayscale: #A9A9A9. Windows color (decimal): -4609665 or 8366521. OLE color: 8366521.

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

Color convert

RGB185169127-
CMYK00.090.310.27
HSL43.45º29.29%61.18%-
HSV(B)43.45º31.35%72.55%-
XYZ38.0340.2225.84-
YUV169104.3139.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 127 (50% from 255) = 26.40%
R=38.46%
G=35.14%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516912700.090.310.2743.4529.2961.18
HexB9A97F091F1B2b1d3d
Octal2712511770113733533575
Binary1011100110101001111111101001111111101110101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A97F; }

 p { color: rgb(185,169,127); }

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

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

 a { background-color: rgb(185,169,127); }

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

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

 span { border-color: rgb(185,169,127); }

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