#B7A288

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

Shades of Pavlova #B7A288

Tints of Pavlova #B7A288

Color information

#B7A288 (or 0xB7A288) is unknown color: approx Pavlova. HEX triplet: B7, A2 and 88. RGB value is (183,162,136). Sum of RGB (Red+Green+Blue) = 183+162+136=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A288 is #485D77. Grayscale: #A5A5A5. Windows color (decimal): -4742520 or 8954551. OLE color: 8954551.

HSL color Cylindrical-coordinate representation of color #B7A288: hue angle of 33.19º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7A288 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB183162136-
CMYK00.110.260.28
HSL33.19º24.61%62.55%-
HSV(B)33.19º25.68%71.76%-
XYZ36.8937.6928.62-
YUV165.31111.46140.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=38.05%
G=33.68%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316213600.110.260.2833.1924.6162.55
HexB7A2880B1A1C21193f
Octal2672422100133234413177
Binary10110111101000101000100001011110101110010000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A288; }

 p { color: rgb(183,162,136); }

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

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

 a { background-color: rgb(183,162,136); }

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

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

 span { border-color: rgb(183,162,136); }

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