#B0A287

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

Shades of Pavlova #B0A287

Tints of Pavlova #B0A287

Color information

#B0A287 (or 0xB0A287) is unknown color: approx Pavlova. HEX triplet: B0, A2 and 87. RGB value is (176,162,135). Sum of RGB (Red+Green+Blue) = 176+162+135=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A287 is #4F5D78. Grayscale: #A3A3A3. Windows color (decimal): -5201273 or 8889008. OLE color: 8889008.

HSL color Cylindrical-coordinate representation of color #B0A287: hue angle of 39.51º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0A287 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176162135-
CMYK00.080.230.31
HSL39.51º20.6%60.98%-
HSV(B)39.51º23.3%69.02%-
XYZ35.236.8228.17-
YUV163.11112.14137.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=37.21%
G=34.25%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616213500.080.230.3139.5120.660.98
HexB0A28708171F28153d
Octal2602422070102737502575
Binary10110000101000101000011101000101111111110100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A287; }

 p { color: rgb(176,162,135); }

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

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

 a { background-color: rgb(176,162,135); }

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

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

 span { border-color: rgb(176,162,135); }

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