#B9A58F

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

Shades of Pavlova #B9A58F

Tints of Pavlova #B9A58F

Color information

#B9A58F (or 0xB9A58F) is unknown color: approx Pavlova. HEX triplet: B9, A5 and 8F. RGB value is (185,165,143). Sum of RGB (Red+Green+Blue) = 185+165+143=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A58F is #465A70. Grayscale: #A8A8A8. Windows color (decimal): -4610673 or 9414073. OLE color: 9414073.

HSL color Cylindrical-coordinate representation of color #B9A58F: hue angle of 31.43º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9A58F is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185165143-
CMYK00.110.230.27
HSL31.43º23.08%64.31%-
HSV(B)31.43º22.7%72.55%-
XYZ38.4239.2131.53-
YUV168.47113.63139.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=37.53%
G=33.47%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516514300.110.230.2731.4323.0864.31
HexB9A58F0B171B1f1740
Octal27124521701327333727100
Binary10111001101001011000111101011101111101111111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A58F; }

 p { color: rgb(185,165,143); }

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

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

 a { background-color: rgb(185,165,143); }

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

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

 span { border-color: rgb(185,165,143); }

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