#B3A682

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

Shades of Pavlova #B3A682

Tints of Pavlova #B3A682

Color information

#B3A682 (or 0xB3A682) is unknown color: approx Pavlova. HEX triplet: B3, A6 and 82. RGB value is (179,166,130). Sum of RGB (Red+Green+Blue) = 179+166+130=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A682 is #4C597D. Grayscale: #A5A5A5. Windows color (decimal): -5003646 or 8562355. OLE color: 8562355.

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

Color convert

RGB179166130-
CMYK00.070.270.30
HSL44.08º24.38%60.59%-
HSV(B)44.08º27.37%70.2%-
XYZ36.2638.4726.63-
YUV165.78107.81137.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=37.68%
G=34.95%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916613000.070.270.3044.0824.3860.59
HexB3A682071B1E2c183d
Octal263246202073336543075
Binary1011001110100110100000100111110111111010110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A682; }

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

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

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

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

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

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

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

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