#B0A28C

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

Shades of Pavlova #B0A28C

Tints of Pavlova #B0A28C

Color information

#B0A28C (or 0xB0A28C) is unknown color: approx Pavlova. HEX triplet: B0, A2 and 8C. RGB value is (176,162,140). Sum of RGB (Red+Green+Blue) = 176+162+140=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A28C is #4F5D73. Grayscale: #A3A3A3. Windows color (decimal): -5201268 or 9216688. OLE color: 9216688.

HSL color Cylindrical-coordinate representation of color #B0A28C: hue angle of 36.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0A28C is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176162140-
CMYK00.080.200.31
HSL36.67º18.56%61.96%-
HSV(B)36.67º20.45%69.02%-
XYZ35.5636.9630.07-
YUV163.68114.64136.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=36.82%
G=33.89%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616214000.080.200.3136.6718.5661.96
HexB0A28C08141F25133e
Octal2602422140102437452376
Binary10110000101000101000110001000101001111110010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A28C; }

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

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

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

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

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

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

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

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