#B6743F

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

Shades of Bourbon #B6743F

Tints of Bourbon #B6743F

Color information

#B6743F (or 0xB6743F) is unknown color: approx Bourbon. HEX triplet: B6, 74 and 3F. RGB value is (182,116,63). Sum of RGB (Red+Green+Blue) = 182+116+63=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6743F is #498BC0. Grayscale: #818181. Windows color (decimal): -4819905 or 4158646. OLE color: 4158646.

HSL color Cylindrical-coordinate representation of color #B6743F: hue angle of 26.72º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6743F is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18211663-
CMYK00.360.650.29
HSL26.72º48.57%48.04%-
HSV(B)26.72º65.38%71.37%-
XYZ26.4322.797.71-
YUV129.6990.37165.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 63 (25% from 255) = 17.45%
R=50.42%
G=32.13%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821166300.360.650.2926.7248.5748.04
HexB6743F024411D1b3130
Octal2661647704410135336160
Binary101101101110100111111010010010000011110111011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6743F; }

 p { color: rgb(182,116,63); }

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

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

 a { background-color: rgb(182,116,63); }

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

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

 span { border-color: rgb(182,116,63); }

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