#B4A485

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

Shades of Pavlova #B4A485

Tints of Pavlova #B4A485

Color information

#B4A485 (or 0xB4A485) is unknown color: approx Pavlova. HEX triplet: B4, A4 and 85. RGB value is (180,164,133). Sum of RGB (Red+Green+Blue) = 180+164+133=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A485 is #4B5B7A. Grayscale: #A5A5A5. Windows color (decimal): -4938619 or 8758452. OLE color: 8758452.

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

Color convert

RGB180164133-
CMYK00.090.260.29
HSL39.57º23.86%61.37%-
HSV(B)39.57º26.11%70.59%-
XYZ36.3337.9527.6-
YUV165.25109.8138.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=37.74%
G=34.38%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016413300.090.260.2939.5723.8661.37
HexB4A485091A1D28183d
Octal2642442050113235503075
Binary10110100101001001000010101001110101110110100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A485; }

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

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

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

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

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

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

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

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