#B9A97B

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

Shades of Pavlova #B9A97B

Tints of Pavlova #B9A97B

Color information

#B9A97B (or 0xB9A97B) is unknown color: approx Pavlova. HEX triplet: B9, A9 and 7B. RGB value is (185,169,123). Sum of RGB (Red+Green+Blue) = 185+169+123=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A97B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A97B is #465684. Grayscale: #A8A8A8. Windows color (decimal): -4609669 or 8104377. OLE color: 8104377.

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

Color convert

RGB185169123-
CMYK00.090.340.27
HSL44.52º30.69%60.39%-
HSV(B)44.52º33.51%72.55%-
XYZ37.7740.1224.49-
YUV168.54102.3139.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=38.78%
G=35.43%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516912300.090.340.2744.5230.6960.39
HexB9A97B09221B2d1f3c
Octal2712511730114233553774
Binary10111001101010011111011010011000101101110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A97B; }

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

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

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

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

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

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

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

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