#B1B48A

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

Shades of Bud #B1B48A

Tints of Bud #B1B48A

Color information

#B1B48A (or 0xB1B48A) is unknown color: approx Bud. HEX triplet: B1, B4 and 8A. RGB value is (177,180,138). Sum of RGB (Red+Green+Blue) = 177+180+138=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B48A is #4E4B75. Grayscale: #AEAEAE. Windows color (decimal): -5131126 or 9090225. OLE color: 9090225.

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

Color convert

RGB177180138-
CMYK0.0200.230.29
HSL64.29º21.88%62.35%-
HSV(B)64.29º23.33%70.59%-
XYZ39.0443.8230.45-
YUV174.32107.51129.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=35.76%
G=36.36%
B=27.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771801380.0200.230.2964.2921.8862.35
HexB1B48A20171D40163e
Octal2612642122027351002676
Binary1011000110110100100010101001011111101100000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B48A; }

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

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

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

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

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

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

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

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