#B9A180

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

Shades of Pavlova #B9A180

Tints of Pavlova #B9A180

Color information

#B9A180 (or 0xB9A180) is unknown color: approx Pavlova. HEX triplet: B9, A1 and 80. RGB value is (185,161,128). Sum of RGB (Red+Green+Blue) = 185+161+128=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A180 is #465E7F. Grayscale: #A4A4A4. Windows color (decimal): -4611712 or 8430009. OLE color: 8430009.

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

Color convert

RGB185161128-
CMYK00.130.310.27
HSL34.74º28.93%61.37%-
HSV(B)34.74º30.81%72.55%-
XYZ36.6537.3625.7-
YUV164.41107.45142.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=39.03%
G=33.97%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516112800.130.310.2734.7428.9361.37
HexB9A1800D1F1B231d3d
Octal2712412000153733433575
Binary10111001101000011000000001101111111101110001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A180; }

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

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

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

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

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

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

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

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