#B9A58B

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

Shades of Pavlova #B9A58B

Tints of Pavlova #B9A58B

Color information

#B9A58B (or 0xB9A58B) is unknown color: approx Pavlova. HEX triplet: B9, A5 and 8B. RGB value is (185,165,139). Sum of RGB (Red+Green+Blue) = 185+165+139=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A58B is #465A74. Grayscale: #A8A8A8. Windows color (decimal): -4610677 or 9151929. OLE color: 9151929.

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

Color convert

RGB185165139-
CMYK00.110.250.27
HSL33.91º24.73%63.53%-
HSV(B)33.91º24.86%72.55%-
XYZ38.1239.0929.96-
YUV168.02111.63140.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=37.83%
G=33.74%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516513900.110.250.2733.9124.7363.53
HexB9A58B0B191B221940
Octal27124521301331334231100
Binary101110011010010110001011010111100111011100010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A58B; }

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

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

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

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

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

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

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

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