#B3A282

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

Shades of Pavlova #B3A282

Tints of Pavlova #B3A282

Color information

#B3A282 (or 0xB3A282) is unknown color: approx Pavlova. HEX triplet: B3, A2 and 82. RGB value is (179,162,130). Sum of RGB (Red+Green+Blue) = 179+162+130=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A282 is #4C5D7D. Grayscale: #A3A3A3. Windows color (decimal): -5004670 or 8561331. OLE color: 8561331.

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

Color convert

RGB179162130-
CMYK00.090.270.30
HSL39.18º24.38%60.59%-
HSV(B)39.18º27.37%70.2%-
XYZ35.5437.0426.39-
YUV163.44109.13139.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 162 (63.67% from 255) = 34.39%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=38.00%
G=34.39%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916213000.090.270.3039.1824.3860.59
HexB3A282091B1E27183d
Octal2632422020113336473075
Binary10110011101000101000001001001110111111010011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A282; }

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

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

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

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

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

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

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

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