#B0A284

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

Shades of Pavlova #B0A284

Tints of Pavlova #B0A284

Color information

#B0A284 (or 0xB0A284) is unknown color: approx Pavlova. HEX triplet: B0, A2 and 84. RGB value is (176,162,132). Sum of RGB (Red+Green+Blue) = 176+162+132=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A284 is #4F5D7B. Grayscale: #A2A2A2. Windows color (decimal): -5201276 or 8692400. OLE color: 8692400.

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

Color convert

RGB176162132-
CMYK00.080.250.31
HSL40.91º21.78%60.39%-
HSV(B)40.91º25%69.02%-
XYZ34.9936.7427.08-
YUV162.77110.64137.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=37.45%
G=34.47%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616213200.080.250.3140.9121.7860.39
HexB0A28408191F29163c
Octal2602422040103137512674
Binary10110000101000101000010001000110011111110100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A284; }

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

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

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

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

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

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

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

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