#B0A282

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

Shades of Pavlova #B0A282

Tints of Pavlova #B0A282

Color information

#B0A282 (or 0xB0A282) is unknown color: approx Pavlova. HEX triplet: B0, A2 and 82. RGB value is (176,162,130). Sum of RGB (Red+Green+Blue) = 176+162+130=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A282 is #4F5D7D. Grayscale: #A2A2A2. Windows color (decimal): -5201278 or 8561328. OLE color: 8561328.

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

Color convert

RGB176162130-
CMYK00.080.260.31
HSL41.74º22.55%60%-
HSV(B)41.74º26.14%69.02%-
XYZ34.8536.6826.36-
YUV162.54109.64137.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=37.61%
G=34.62%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616213000.080.260.3141.7422.5560
HexB0A282081A1F2a173c
Octal2602422020103237522774
Binary10110000101000101000001001000110101111110101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A282; }

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

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

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

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

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

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

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

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