#B0A48A

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

Shades of Pavlova #B0A48A

Tints of Pavlova #B0A48A

Color information

#B0A48A (or 0xB0A48A) is unknown color: approx Pavlova. HEX triplet: B0, A4 and 8A. RGB value is (176,164,138). Sum of RGB (Red+Green+Blue) = 176+164+138=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A48A is #4F5B75. Grayscale: #A4A4A4. Windows color (decimal): -5200758 or 9086128. OLE color: 9086128.

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

Color convert

RGB176164138-
CMYK00.070.220.31
HSL41.05º19.39%61.57%-
HSV(B)41.05º21.59%69.02%-
XYZ35.7737.6229.42-
YUV164.62112.98136.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=36.82%
G=34.31%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616413800.070.220.3141.0519.3961.57
HexB0A48A07161F29133e
Octal260244212072637512376
Binary1011000010100100100010100111101101111110100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A48A; }

 p { color: rgb(176,164,138); }

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

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

 a { background-color: rgb(176,164,138); }

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

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

 span { border-color: rgb(176,164,138); }

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