#B0B38B

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

Shades of Bud #B0B38B

Tints of Bud #B0B38B

Color information

#B0B38B (or 0xB0B38B) is unknown color: approx Bud. HEX triplet: B0, B3 and 8B. RGB value is (176,179,139). Sum of RGB (Red+Green+Blue) = 176+179+139=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B38B is #4F4C74. Grayscale: #ADADAD. Windows color (decimal): -5196917 or 9155504. OLE color: 9155504.

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

Color convert

RGB176179139-
CMYK0.0200.220.30
HSL64.5º20.83%62.35%-
HSV(B)64.5º22.35%70.2%-
XYZ38.6843.3330.75-
YUV173.54108.51129.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=35.63%
G=36.23%
B=28.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791390.0200.220.3064.520.8362.35
HexB0B38B20161E40153e
Octal2602632132026361002576
Binary1011000010110011100010111001011011110100000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B38B; }

 p { color: rgb(176,179,139); }

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

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

 a { background-color: rgb(176,179,139); }

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

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

 span { border-color: rgb(176,179,139); }

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