#B0A58A

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

Shades of Pavlova #B0A58A

Tints of Pavlova #B0A58A

Color information

#B0A58A (or 0xB0A58A) is unknown color: approx Pavlova. HEX triplet: B0, A5 and 8A. RGB value is (176,165,138). Sum of RGB (Red+Green+Blue) = 176+165+138=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A58A is #4F5A75. Grayscale: #A5A5A5. Windows color (decimal): -5200502 or 9086384. OLE color: 9086384.

HSL color Cylindrical-coordinate representation of color #B0A58A: hue angle of 42.63º 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 #B0A58A is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176165138-
CMYK00.060.220.31
HSL42.63º19.39%61.57%-
HSV(B)42.63º21.59%69.02%-
XYZ35.9537.9829.48-
YUV165.21112.64135.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=36.74%
G=34.45%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616513800.060.220.3142.6319.3961.57
HexB0A58A06161F2b133e
Octal260245212062637532376
Binary1011000010100101100010100110101101111110101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A58A; }

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

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

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

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

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

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

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

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