#B0B48D

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

Shades of Bud #B0B48D

Tints of Bud #B0B48D

Color information

#B0B48D (or 0xB0B48D) is unknown color: approx Bud. HEX triplet: B0, B4 and 8D. RGB value is (176,180,141). Sum of RGB (Red+Green+Blue) = 176+180+141=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B48D is #4F4B72. Grayscale: #AEAEAE. Windows color (decimal): -5196659 or 9286832. OLE color: 9286832.

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

Color convert

RGB176180141-
CMYK0.0200.220.29
HSL66.15º20.63%62.94%-
HSV(B)66.15º21.67%70.59%-
XYZ39.0343.831.6-
YUV174.36109.17129.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=35.41%
G=36.22%
B=28.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761801410.0200.220.2966.1520.6362.94
HexB0B48D20161D42153f
Octal2602642152026351022577
Binary1011000010110100100011011001011011101100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B48D; }

 p { color: rgb(176,180,141); }

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

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

 a { background-color: rgb(176,180,141); }

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

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

 span { border-color: rgb(176,180,141); }

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