#B3A384

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

Shades of Pavlova #B3A384

Tints of Pavlova #B3A384

Color information

#B3A384 (or 0xB3A384) is unknown color: approx Pavlova. HEX triplet: B3, A3 and 84. RGB value is (179,163,132). Sum of RGB (Red+Green+Blue) = 179+163+132=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A384 is #4C5C7B. Grayscale: #A4A4A4. Windows color (decimal): -5004412 or 8692659. OLE color: 8692659.

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

Color convert

RGB179163132-
CMYK00.090.260.30
HSL39.57º23.62%60.98%-
HSV(B)39.57º26.26%70.2%-
XYZ35.8537.4427.17-
YUV164.25109.8138.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 163 (64.06% from 255) = 34.39%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=37.76%
G=34.39%
B=27.85%

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
Decimal17916313200.090.260.3039.5723.6260.98
HexB3A384091A1E28183d
Octal2632432040113236503075
Binary10110011101000111000010001001110101111010100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A384; }

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

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

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

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

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

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

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

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