#B1B48C

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

Shades of Bud #B1B48C

Tints of Bud #B1B48C

Color information

#B1B48C (or 0xB1B48C) is unknown color: approx Bud. HEX triplet: B1, B4 and 8C. RGB value is (177,180,140). Sum of RGB (Red+Green+Blue) = 177+180+140=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B48C is #4E4B73. Grayscale: #AEAEAE. Windows color (decimal): -5131124 or 9221297. OLE color: 9221297.

HSL color Cylindrical-coordinate representation of color #B1B48C: hue angle of 64.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1B48C is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB177180140-
CMYK0.0200.220.29
HSL64.5º21.05%62.75%-
HSV(B)64.5º22.22%70.59%-
XYZ39.1943.8831.22-
YUV174.54108.51129.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 140 (55.08% from 255) = 28.17%
R=35.61%
G=36.22%
B=28.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771801400.0200.220.2964.521.0562.75
HexB1B48C20161D40153f
Octal2612642142026351002577
Binary1011000110110100100011001001011011101100000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B48C; }

 p { color: rgb(177,180,140); }

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

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

 a { background-color: rgb(177,180,140); }

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

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

 span { border-color: rgb(177,180,140); }

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