#B1A48B

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

Shades of Pavlova #B1A48B

Tints of Pavlova #B1A48B

Color information

#B1A48B (or 0xB1A48B) is unknown color: approx Pavlova. HEX triplet: B1, A4 and 8B. RGB value is (177,164,139). Sum of RGB (Red+Green+Blue) = 177+164+139=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A48B is #4E5B74. Grayscale: #A5A5A5. Windows color (decimal): -5135221 or 9151665. OLE color: 9151665.

HSL color Cylindrical-coordinate representation of color #B1A48B: hue angle of 39.47º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1A48B is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB177164139-
CMYK00.070.210.31
HSL39.47º19.59%61.96%-
HSV(B)39.47º21.47%69.41%-
XYZ36.0737.7629.81-
YUV165.04113.31136.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=36.88%
G=34.17%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716413900.070.210.3139.4719.5961.96
HexB1A48B07151F27143e
Octal261244213072537472476
Binary1011000110100100100010110111101011111110011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A48B; }

 p { color: rgb(177,164,139); }

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

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

 a { background-color: rgb(177,164,139); }

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

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

 span { border-color: rgb(177,164,139); }

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