#B3A28D

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

Shades of Pavlova #B3A28D

Tints of Pavlova #B3A28D

Color information

#B3A28D (or 0xB3A28D) is unknown color: approx Pavlova. HEX triplet: B3, A2 and 8D. RGB value is (179,162,141). Sum of RGB (Red+Green+Blue) = 179+162+141=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A28D is #4C5D72. Grayscale: #A4A4A4. Windows color (decimal): -5004659 or 9282227. OLE color: 9282227.

HSL color Cylindrical-coordinate representation of color #B3A28D: hue angle of 33.16º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3A28D is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB179162141-
CMYK00.090.210.30
HSL33.16º20%62.75%-
HSV(B)33.16º21.23%70.2%-
XYZ36.3237.3530.49-
YUV164.69114.63138.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=37.14%
G=33.61%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916214100.090.210.3033.162062.75
HexB3A28D09151E21143f
Octal2632422150112536412477
Binary10110011101000101000110101001101011111010000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A28D; }

 p { color: rgb(179,162,141); }

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

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

 a { background-color: rgb(179,162,141); }

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

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

 span { border-color: rgb(179,162,141); }

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