#B5713D

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

Shades of Bourbon #B5713D

Tints of Bourbon #B5713D

Color information

#B5713D (or 0xB5713D) is unknown color: approx Bourbon. HEX triplet: B5, 71 and 3D. RGB value is (181,113,61). Sum of RGB (Red+Green+Blue) = 181+113+61=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5713D is #4A8EC2. Grayscale: #7F7F7F. Windows color (decimal): -4886211 or 4026805. OLE color: 4026805.

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

Color convert

RGB18111361-
CMYK00.380.660.29
HSL26º49.59%47.45%-
HSV(B)26º66.3%70.98%-
XYZ25.821.977.3-
YUV127.490.53166.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=50.99%
G=31.83%
B=17.18%

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
Decimal1811136100.380.660.292649.5947.45
HexB5713D026421D1a322f
Octal2651617504610235326257
Binary101101011110001111101010011010000101110111010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5713D; }

 p { color: rgb(181,113,61); }

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

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

 a { background-color: rgb(181,113,61); }

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

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

 span { border-color: rgb(181,113,61); }

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