#B1B493

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

Shades of Bud #B1B493

Tints of Bud #B1B493

Color information

#B1B493 (or 0xB1B493) is unknown color: approx Bud. HEX triplet: B1, B4 and 93. RGB value is (177,180,147). Sum of RGB (Red+Green+Blue) = 177+180+147=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B493 is #4E4B6C. Grayscale: #AFAFAF. Windows color (decimal): -5131117 or 9680049. OLE color: 9680049.

HSL color Cylindrical-coordinate representation of color #B1B493: hue angle of 65.45º 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 #B1B493 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB177180147-
CMYK0.0200.180.29
HSL65.45º18.03%64.12%-
HSV(B)65.45º18.33%70.59%-
XYZ39.7244.134.02-
YUV175.34112.01129.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=35.12%
G=35.71%
B=29.17%

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
Decimal1771801470.0200.180.2965.4518.0364.12
HexB1B49320121D411240
Octal26126422320223510122100
Binary10110001101101001001001110010010111011000001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B493; }

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

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

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

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

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

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

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

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