#B06740

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

Shades of Bourbon #B06740

Tints of Bourbon #B06740

Color information

#B06740 (or 0xB06740) is unknown color: approx Bourbon. HEX triplet: B0, 67 and 40. RGB value is (176,103,64). Sum of RGB (Red+Green+Blue) = 176+103+64=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B06740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06740 is #4F98BF. Grayscale: #787878. Windows color (decimal): -5216448 or 4220848. OLE color: 4220848.

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

Color convert

RGB17610364-
CMYK00.410.640.31
HSL20.89º46.67%47.06%-
HSV(B)20.89º63.64%69.02%-
XYZ23.6819.37.33-
YUV120.3896.18167.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=51.31%
G=30.03%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761036400.410.640.3120.8946.6747.06
HexB06740029401F152f2f
Octal26014710005110037255757
Binary1011000011001111000000010100110000001111110101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06740; }

 p { color: rgb(176,103,64); }

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

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

 a { background-color: rgb(176,103,64); }

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

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

 span { border-color: rgb(176,103,64); }

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