#B3A585

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

Shades of Pavlova #B3A585

Tints of Pavlova #B3A585

Color information

#B3A585 (or 0xB3A585) is unknown color: approx Pavlova. HEX triplet: B3, A5 and 85. RGB value is (179,165,133). Sum of RGB (Red+Green+Blue) = 179+165+133=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A585 is #4C5A7A. Grayscale: #A5A5A5. Windows color (decimal): -5003899 or 8758707. OLE color: 8758707.

HSL color Cylindrical-coordinate representation of color #B3A585: hue angle of 41.74º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3A585 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB179165133-
CMYK00.080.260.30
HSL41.74º23.23%61.18%-
HSV(B)41.74º25.7%70.2%-
XYZ36.2838.1927.65-
YUV165.54109.64137.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=37.53%
G=34.59%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916513300.080.260.3041.7423.2361.18
HexB3A585081A1E2a173d
Octal2632452050103236522775
Binary10110011101001011000010101000110101111010101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A585; }

 p { color: rgb(179,165,133); }

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

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

 a { background-color: rgb(179,165,133); }

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

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

 span { border-color: rgb(179,165,133); }

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