#B7713B

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

Shades of Bourbon #B7713B

Tints of Bourbon #B7713B

Color information

#B7713B (or 0xB7713B) is unknown color: approx Bourbon. HEX triplet: B7, 71 and 3B. RGB value is (183,113,59). Sum of RGB (Red+Green+Blue) = 183+113+59=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7713B is #488EC4. Grayscale: #808080. Windows color (decimal): -4755141 or 3895735. OLE color: 3895735.

HSL color Cylindrical-coordinate representation of color #B7713B: hue angle of 26.13º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7713B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB18311359-
CMYK00.380.680.28
HSL26.13º51.24%47.45%-
HSV(B)26.13º67.76%71.76%-
XYZ26.2222.197.04-
YUV127.7789.19167.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=51.55%
G=31.83%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831135900.380.680.2826.1351.2447.45
HexB7713B026441C1a332f
Octal2671617304610434326357
Binary101101111110001111011010011010001001110011010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7713B; }

 p { color: rgb(183,113,59); }

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

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

 a { background-color: rgb(183,113,59); }

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

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

 span { border-color: rgb(183,113,59); }

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