#B3A284

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

Shades of Pavlova #B3A284

Tints of Pavlova #B3A284

Color information

#B3A284 (or 0xB3A284) is unknown color: approx Pavlova. HEX triplet: B3, A2 and 84. RGB value is (179,162,132). Sum of RGB (Red+Green+Blue) = 179+162+132=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A284 is #4C5D7B. Grayscale: #A3A3A3. Windows color (decimal): -5004668 or 8692403. OLE color: 8692403.

HSL color Cylindrical-coordinate representation of color #B3A284: hue angle of 38.3º degrees, saturation: 0.24, 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 #B3A284 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB179162132-
CMYK00.090.260.30
HSL38.3º23.62%60.98%-
HSV(B)38.3º26.26%70.2%-
XYZ35.6837.0927.11-
YUV163.66110.13138.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=37.84%
G=34.25%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916213200.090.260.3038.323.6260.98
HexB3A284091A1E26183d
Octal2632422040113236463075
Binary10110011101000101000010001001110101111010011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A284; }

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

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

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

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

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

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

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

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