#B6713E

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

Shades of Bourbon #B6713E

Tints of Bourbon #B6713E

Color information

#B6713E (or 0xB6713E) is unknown color: approx Bourbon. HEX triplet: B6, 71 and 3E. RGB value is (182,113,62). Sum of RGB (Red+Green+Blue) = 182+113+62=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6713E is #498EC1. Grayscale: #808080. Windows color (decimal): -4820674 or 4092342. OLE color: 4092342.

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

Color convert

RGB18211362-
CMYK00.380.660.29
HSL25.5º49.18%47.84%-
HSV(B)25.5º65.93%71.37%-
XYZ26.0722.17.45-
YUV127.8290.86166.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 62 (24.61% from 255) = 17.37%
R=50.98%
G=31.65%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821136200.380.660.2925.549.1847.84
HexB6713E026421D1a3130
Octal2661617604610235326160
Binary101101101110001111110010011010000101110111010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6713E; }

 p { color: rgb(182,113,62); }

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

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

 a { background-color: rgb(182,113,62); }

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

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

 span { border-color: rgb(182,113,62); }

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