#B1B58C

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

Shades of Bud #B1B58C

Tints of Bud #B1B58C

Color information

#B1B58C (or 0xB1B58C) is unknown color: approx Bud. HEX triplet: B1, B5 and 8C. RGB value is (177,181,140). Sum of RGB (Red+Green+Blue) = 177+181+140=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B58C is #4E4A73. Grayscale: #AFAFAF. Windows color (decimal): -5130868 or 9221553. OLE color: 9221553.

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

Color convert

RGB177181140-
CMYK0.0200.230.29
HSL65.85º21.69%62.94%-
HSV(B)65.85º22.65%70.98%-
XYZ39.3944.2931.28-
YUV175.13108.17129.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=35.54%
G=36.35%
B=28.11%

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
Decimal1771811400.0200.230.2965.8521.6962.94
HexB1B58C20171D42163f
Octal2612652142027351022677
Binary1011000110110101100011001001011111101100001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B58C; }

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

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

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

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

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

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

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

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