#B1B68D

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

Shades of Bud #B1B68D

Tints of Bud #B1B68D

Color information

#B1B68D (or 0xB1B68D) is unknown color: approx Bud. HEX triplet: B1, B6 and 8D. RGB value is (177,182,141). Sum of RGB (Red+Green+Blue) = 177+182+141=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B68D is #4E4972. Grayscale: #AFAFAF. Windows color (decimal): -5130611 or 9287345. OLE color: 9287345.

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

Color convert

RGB177182141-
CMYK0.0300.230.29
HSL67.32º21.93%63.33%-
HSV(B)67.32º22.53%71.37%-
XYZ39.6744.7331.74-
YUV175.83108.34128.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=35.4%
G=36.4%
B=28.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771821410.0300.230.2967.3221.9363.33
HexB1B68D30171D43163f
Octal2612662153027351032677
Binary1011000110110110100011011101011111101100001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B68D; }

 p { color: rgb(177,182,141); }

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

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

 a { background-color: rgb(177,182,141); }

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

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

 span { border-color: rgb(177,182,141); }

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