#B07746

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

Shades of Bourbon #B07746

Tints of Bourbon #B07746

Color information

#B07746 (or 0xB07746) is unknown color: approx Bourbon. HEX triplet: B0, 77 and 46. RGB value is (176,119,70). Sum of RGB (Red+Green+Blue) = 176+119+70=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B07746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07746 is #4F88B9. Grayscale: #828282. Windows color (decimal): -5212346 or 4618160. OLE color: 4618160.

HSL color Cylindrical-coordinate representation of color #B07746: hue angle of 27.74º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B07746 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17611970-
CMYK00.320.600.31
HSL27.74º43.09%48.24%-
HSV(B)27.74º60.23%69.02%-
XYZ25.6122.878.86-
YUV130.4693.88160.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=48.22%
G=32.60%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761197000.320.600.3127.7443.0948.24
HexB077460203C1F1c2b30
Octal2601671060407437345360
Binary101100001110111100011001000001111001111111100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07746; }

 p { color: rgb(176,119,70); }

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

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

 a { background-color: rgb(176,119,70); }

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

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

 span { border-color: rgb(176,119,70); }

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