#B2A48D

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

Shades of Pavlova #B2A48D

Tints of Pavlova #B2A48D

Color information

#B2A48D (or 0xB2A48D) is unknown color: approx Pavlova. HEX triplet: B2, A4 and 8D. RGB value is (178,164,141). Sum of RGB (Red+Green+Blue) = 178+164+141=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A48D is #4D5B72. Grayscale: #A5A5A5. Windows color (decimal): -5069683 or 9282738. OLE color: 9282738.

HSL color Cylindrical-coordinate representation of color #B2A48D: hue angle of 37.3º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2A48D is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178164141-
CMYK00.080.210.30
HSL37.3º19.37%62.55%-
HSV(B)37.3º20.79%69.8%-
XYZ36.4437.9430.6-
YUV165.56114.14136.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=36.85%
G=33.95%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816414100.080.210.3037.319.3762.55
HexB2A48D08151E25133f
Octal2622442150102536452377
Binary10110010101001001000110101000101011111010010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A48D; }

 p { color: rgb(178,164,141); }

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

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

 a { background-color: rgb(178,164,141); }

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

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

 span { border-color: rgb(178,164,141); }

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