#B1A583

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

Shades of Pavlova #B1A583

Tints of Pavlova #B1A583

Color information

#B1A583 (or 0xB1A583) is unknown color: approx Pavlova. HEX triplet: B1, A5 and 83. RGB value is (177,165,131). Sum of RGB (Red+Green+Blue) = 177+165+131=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A583 is #4E5A7C. Grayscale: #A4A4A4. Windows color (decimal): -5134973 or 8627633. OLE color: 8627633.

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

Color convert

RGB177165131-
CMYK00.070.260.31
HSL44.35º22.77%60.39%-
HSV(B)44.35º25.99%69.41%-
XYZ35.6837.926.91-
YUV164.71108.98136.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 131 (51.56% from 255) = 27.70%
R=37.42%
G=34.88%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716513100.070.260.3144.3522.7760.39
HexB1A583071A1F2c173c
Octal261245203073237542774
Binary1011000110100101100000110111110101111110110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A583; }

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

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

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

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

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

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

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

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