#B0A185

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

Shades of Pavlova #B0A185

Tints of Pavlova #B0A185

Color information

#B0A185 (or 0xB0A185) is unknown color: approx Pavlova. HEX triplet: B0, A1 and 85. RGB value is (176,161,133). Sum of RGB (Red+Green+Blue) = 176+161+133=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A185 is #4F5E7A. Grayscale: #A2A2A2. Windows color (decimal): -5201531 or 8757680. OLE color: 8757680.

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

Color convert

RGB176161133-
CMYK00.090.240.31
HSL39.07º21.39%60.59%-
HSV(B)39.07º24.43%69.02%-
XYZ34.8836.4127.38-
YUV162.29111.47137.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=37.45%
G=34.26%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616113300.090.240.3139.0721.3960.59
HexB0A18509181F27153d
Octal2602412050113037472575
Binary10110000101000011000010101001110001111110011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A185; }

 p { color: rgb(176,161,133); }

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

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

 a { background-color: rgb(176,161,133); }

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

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

 span { border-color: rgb(176,161,133); }

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