#B1A282

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

Shades of Pavlova #B1A282

Tints of Pavlova #B1A282

Color information

#B1A282 (or 0xB1A282) is unknown color: approx Pavlova. HEX triplet: B1, A2 and 82. RGB value is (177,162,130). Sum of RGB (Red+Green+Blue) = 177+162+130=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A282 is #4E5D7D. Grayscale: #A2A2A2. Windows color (decimal): -5135742 or 8561329. OLE color: 8561329.

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

Color convert

RGB177162130-
CMYK00.080.270.31
HSL40.85º23.15%60.2%-
HSV(B)40.85º26.55%69.41%-
XYZ35.0836.826.37-
YUV162.84109.47138.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=37.74%
G=34.54%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716213000.080.270.3140.8523.1560.2
HexB1A282081B1F29173c
Octal2612422020103337512774
Binary10110001101000101000001001000110111111110100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A282; }

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

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

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

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

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

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

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

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