#B1A582

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

Shades of Pavlova #B1A582

Tints of Pavlova #B1A582

Color information

#B1A582 (or 0xB1A582) is unknown color: approx Pavlova. HEX triplet: B1, A5 and 82. RGB value is (177,165,130). Sum of RGB (Red+Green+Blue) = 177+165+130=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A582 is #4E5A7D. Grayscale: #A4A4A4. Windows color (decimal): -5134974 or 8562097. OLE color: 8562097.

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

Color convert

RGB177165130-
CMYK00.070.270.31
HSL44.68º23.15%60.2%-
HSV(B)44.68º26.55%69.41%-
XYZ35.6237.8726.55-
YUV164.6108.48136.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=37.5%
G=34.96%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716513000.070.270.3144.6823.1560.2
HexB1A582071B1F2d173c
Octal261245202073337552774
Binary1011000110100101100000100111110111111110110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A582; }

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

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

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

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

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

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

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

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