#B1A48A

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

Shades of Pavlova #B1A48A

Tints of Pavlova #B1A48A

Color information

#B1A48A (or 0xB1A48A) is unknown color: approx Pavlova. HEX triplet: B1, A4 and 8A. RGB value is (177,164,138). Sum of RGB (Red+Green+Blue) = 177+164+138=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A48A is #4E5B75. Grayscale: #A5A5A5. Windows color (decimal): -5135222 or 9086129. OLE color: 9086129.

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

Color convert

RGB177164138-
CMYK00.070.220.31
HSL40º20%61.76%-
HSV(B)40º22.03%69.41%-
XYZ35.9937.7329.43-
YUV164.92112.81136.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=36.95%
G=34.24%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716413800.070.220.31402061.76
HexB1A48A07161F28143e
Octal261244212072637502476
Binary1011000110100100100010100111101101111110100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A48A; }

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

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

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

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

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

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

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

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