#B3A489

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

Shades of Pavlova #B3A489

Tints of Pavlova #B3A489

Color information

#B3A489 (or 0xB3A489) is unknown color: approx Pavlova. HEX triplet: B3, A4 and 89. RGB value is (179,164,137). Sum of RGB (Red+Green+Blue) = 179+164+137=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A489 is #4C5B76. Grayscale: #A5A5A5. Windows color (decimal): -5004151 or 9020595. OLE color: 9020595.

HSL color Cylindrical-coordinate representation of color #B3A489: hue angle of 38.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3A489 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179164137-
CMYK00.080.230.30
HSL38.57º21.65%61.96%-
HSV(B)38.57º23.46%70.2%-
XYZ36.3837.9429.07-
YUV165.41111.97137.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 137 (53.91% from 255) = 28.54%
R=37.29%
G=34.17%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916413700.080.230.3038.5721.6561.96
HexB3A48908171E27163e
Octal2632442110102736472676
Binary10110011101001001000100101000101111111010011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A489; }

 p { color: rgb(179,164,137); }

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

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

 a { background-color: rgb(179,164,137); }

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

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

 span { border-color: rgb(179,164,137); }

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