#B0B188

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

Shades of Bud #B0B188

Tints of Bud #B0B188

Color information

#B0B188 (or 0xB0B188) is unknown color: approx Bud. HEX triplet: B0, B1 and 88. RGB value is (176,177,136). Sum of RGB (Red+Green+Blue) = 176+177+136=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B188 is #4F4E77. Grayscale: #ACACAC. Windows color (decimal): -5197432 or 8958384. OLE color: 8958384.

HSL color Cylindrical-coordinate representation of color #B0B188: hue angle of 61.46º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0B188 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176177136-
CMYK0.0100.230.31
HSL61.46º20.81%61.37%-
HSV(B)61.46º23.16%69.41%-
XYZ38.0742.4529.48-
YUV172.03107.67130.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=35.99%
G=36.20%
B=27.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771360.0100.230.3161.4620.8161.37
HexB0B18810171F3d153d
Octal260261210102737752575
Binary10110000101100011000100010101111111111110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B188; }

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

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

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

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

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

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

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

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