#B1B494

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

Shades of Bud #B1B494

Tints of Bud #B1B494

Color information

#B1B494 (or 0xB1B494) is unknown color: approx Bud. HEX triplet: B1, B4 and 94. RGB value is (177,180,148). Sum of RGB (Red+Green+Blue) = 177+180+148=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B494 is #4E4B6B. Grayscale: #AFAFAF. Windows color (decimal): -5131116 or 9745585. OLE color: 9745585.

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

Color convert

RGB177180148-
CMYK0.0200.180.29
HSL65.62º17.58%64.31%-
HSV(B)65.62º17.78%70.59%-
XYZ39.844.1334.44-
YUV175.46112.51129.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=35.05%
G=35.64%
B=29.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771801480.0200.180.2965.6217.5864.31
HexB1B49420121D421240
Octal26126422420223510222100
Binary10110001101101001001010010010010111011000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B494; }

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

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

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

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

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

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

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

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