#B0A28B

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

Shades of Pavlova #B0A28B

Tints of Pavlova #B0A28B

Color information

#B0A28B (or 0xB0A28B) is unknown color: approx Pavlova. HEX triplet: B0, A2 and 8B. RGB value is (176,162,139). Sum of RGB (Red+Green+Blue) = 176+162+139=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A28B is #4F5D74. Grayscale: #A3A3A3. Windows color (decimal): -5201269 or 9151152. OLE color: 9151152.

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

Color convert

RGB176162139-
CMYK00.080.210.31
HSL37.3º18.97%61.76%-
HSV(B)37.3º21.02%69.02%-
XYZ35.4936.9329.68-
YUV163.56114.14136.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=36.90%
G=33.96%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616213900.080.210.3137.318.9761.76
HexB0A28B08151F25133e
Octal2602422130102537452376
Binary10110000101000101000101101000101011111110010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A28B; }

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

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

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

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

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

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

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

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