#B4A488

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

Shades of Pavlova #B4A488

Tints of Pavlova #B4A488

Color information

#B4A488 (or 0xB4A488) is unknown color: approx Pavlova. HEX triplet: B4, A4 and 88. RGB value is (180,164,136). Sum of RGB (Red+Green+Blue) = 180+164+136=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A488 is #4B5B77. Grayscale: #A5A5A5. Windows color (decimal): -4938616 or 8955060. OLE color: 8955060.

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

Color convert

RGB180164136-
CMYK00.090.240.29
HSL38.18º22.68%61.96%-
HSV(B)38.18º24.44%70.59%-
XYZ36.5438.0328.71-
YUV165.59111.3138.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=37.5%
G=34.17%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016413600.090.240.2938.1822.6861.96
HexB4A48809181D26173e
Octal2642442100113035462776
Binary10110100101001001000100001001110001110110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A488; }

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

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

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

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

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

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

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

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