#B1B689

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

Shades of Bud #B1B689

Tints of Bud #B1B689

Color information

#B1B689 (or 0xB1B689) is unknown color: approx Bud. HEX triplet: B1, B6 and 89. RGB value is (177,182,137). Sum of RGB (Red+Green+Blue) = 177+182+137=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B689 is #4E4976. Grayscale: #AFAFAF. Windows color (decimal): -5130615 or 9025201. OLE color: 9025201.

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

Color convert

RGB177182137-
CMYK0.0300.250.29
HSL66.67º23.56%62.55%-
HSV(B)66.67º24.73%71.37%-
XYZ39.3744.6130.2-
YUV175.37106.34129.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=35.69%
G=36.69%
B=27.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771821370.0300.250.2966.6723.5662.55
HexB1B68930191D43183f
Octal2612662113031351033077
Binary1011000110110110100010011101100111101100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B689; }

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

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

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

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

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

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

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

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