#B9A17B

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

Shades of Pavlova #B9A17B

Tints of Pavlova #B9A17B

Color information

#B9A17B (or 0xB9A17B) is unknown color: approx Pavlova. HEX triplet: B9, A1 and 7B. RGB value is (185,161,123). Sum of RGB (Red+Green+Blue) = 185+161+123=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A17B is #465E84. Grayscale: #A4A4A4. Windows color (decimal): -4611717 or 8102329. OLE color: 8102329.

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

Color convert

RGB185161123-
CMYK00.130.340.27
HSL36.77º30.69%60.39%-
HSV(B)36.77º33.51%72.55%-
XYZ36.3337.2324.01-
YUV163.84104.95143.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=39.45%
G=34.33%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516112300.130.340.2736.7730.6960.39
HexB9A17B0D221B251f3c
Octal2712411730154233453774
Binary10111001101000011111011011011000101101110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A17B; }

 p { color: rgb(185,161,123); }

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

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

 a { background-color: rgb(185,161,123); }

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

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

 span { border-color: rgb(185,161,123); }

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