#B4A28C

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

Shades of Pavlova #B4A28C

Tints of Pavlova #B4A28C

Color information

#B4A28C (or 0xB4A28C) is unknown color: approx Pavlova. HEX triplet: B4, A2 and 8C. RGB value is (180,162,140). Sum of RGB (Red+Green+Blue) = 180+162+140=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A28C is #4B5D73. Grayscale: #A4A4A4. Windows color (decimal): -4939124 or 9216692. OLE color: 9216692.

HSL color Cylindrical-coordinate representation of color #B4A28C: hue angle of 33º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A28C is Cyan = 0, Magento = 0.1, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180162140-
CMYK00.10.220.29
HSL33º21.05%62.75%-
HSV(B)33º22.22%70.59%-
XYZ36.4837.4430.11-
YUV164.87113.96138.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=37.34%
G=33.61%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016214000.10.220.293321.0562.75
HexB4A28C0A161D21153f
Octal2642422140122635412577
Binary10110100101000101000110001010101101110110000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A28C; }

 p { color: rgb(180,162,140); }

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

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

 a { background-color: rgb(180,162,140); }

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

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

 span { border-color: rgb(180,162,140); }

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