#B4A585

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

Shades of Pavlova #B4A585

Tints of Pavlova #B4A585

Color information

#B4A585 (or 0xB4A585) is unknown color: approx Pavlova. HEX triplet: B4, A5 and 85. RGB value is (180,165,133). Sum of RGB (Red+Green+Blue) = 180+165+133=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A585 is #4B5A7A. Grayscale: #A5A5A5. Windows color (decimal): -4938363 or 8758708. OLE color: 8758708.

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

Color convert

RGB180165133-
CMYK00.080.260.29
HSL40.85º23.86%61.37%-
HSV(B)40.85º26.11%70.59%-
XYZ36.5138.3127.66-
YUV165.84109.47138.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=37.66%
G=34.52%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016513300.080.260.2940.8523.8661.37
HexB4A585081A1D29183d
Octal2642452050103235513075
Binary10110100101001011000010101000110101110110100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A585; }

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

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

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

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

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

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

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

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