#B0733E

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

Shades of Bourbon #B0733E

Tints of Bourbon #B0733E

Color information

#B0733E (or 0xB0733E) is unknown color: approx Bourbon. HEX triplet: B0, 73 and 3E. RGB value is (176,115,62). Sum of RGB (Red+Green+Blue) = 176+115+62=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0733E is #4F8CC1. Grayscale: #7F7F7F. Windows color (decimal): -5213378 or 4092848. OLE color: 4092848.

HSL color Cylindrical-coordinate representation of color #B0733E: hue angle of 27.89º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0733E is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17611562-
CMYK00.350.650.31
HSL27.89º47.9%46.67%-
HSV(B)27.89º64.77%69.02%-
XYZ24.921.847.46-
YUV127.291.21162.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 62 (24.61% from 255) = 17.56%
R=49.86%
G=32.58%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761156200.350.650.3127.8947.946.67
HexB0733E023411F1c302f
Octal2601637604310137346057
Binary101100001110011111110010001110000011111111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0733E; }

 p { color: rgb(176,115,62); }

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

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

 a { background-color: rgb(176,115,62); }

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

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

 span { border-color: rgb(176,115,62); }

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