#B3A485

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

Shades of Pavlova #B3A485

Tints of Pavlova #B3A485

Color information

#B3A485 (or 0xB3A485) is unknown color: approx Pavlova. HEX triplet: B3, A4 and 85. RGB value is (179,164,133). Sum of RGB (Red+Green+Blue) = 179+164+133=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A485 is #4C5B7A. Grayscale: #A5A5A5. Windows color (decimal): -5004155 or 8758451. OLE color: 8758451.

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

Color convert

RGB179164133-
CMYK00.080.260.30
HSL40.43º23.23%61.18%-
HSV(B)40.43º25.7%70.2%-
XYZ36.137.8327.59-
YUV164.95109.97138.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=37.61%
G=34.45%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916413300.080.260.3040.4323.2361.18
HexB3A485081A1E28173d
Octal2632442050103236502775
Binary10110011101001001000010101000110101111010100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A485; }

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

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

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

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

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

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

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

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