#B1B588

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

Shades of Bud #B1B588

Tints of Bud #B1B588

Color information

#B1B588 (or 0xB1B588) is unknown color: approx Bud. HEX triplet: B1, B5 and 88. RGB value is (177,181,136). Sum of RGB (Red+Green+Blue) = 177+181+136=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B588 is #4E4A77. Grayscale: #AEAEAE. Windows color (decimal): -5130872 or 8959409. OLE color: 8959409.

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

Color convert

RGB177181136-
CMYK0.0200.250.29
HSL65.33º23.32%62.16%-
HSV(B)65.33º24.86%70.98%-
XYZ39.144.1729.76-
YUV174.67106.17129.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=35.83%
G=36.64%
B=27.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771811360.0200.250.2965.3323.3262.16
HexB1B58820191D41173e
Octal2612652102031351012776
Binary1011000110110101100010001001100111101100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B588; }

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

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

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

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

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

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

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

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