#B3713C

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

Shades of Bourbon #B3713C

Tints of Bourbon #B3713C

Color information

#B3713C (or 0xB3713C) is unknown color: approx Bourbon. HEX triplet: B3, 71 and 3C. RGB value is (179,113,60). Sum of RGB (Red+Green+Blue) = 179+113+60=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3713C is #4C8EC3. Grayscale: #7E7E7E. Windows color (decimal): -5017284 or 3961267. OLE color: 3961267.

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

Color convert

RGB17911360-
CMYK00.370.660.30
HSL26.72º49.79%46.86%-
HSV(B)26.72º66.48%70.2%-
XYZ25.3121.727.13-
YUV126.6990.37165.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 60 (23.83% from 255) = 17.05%
R=50.85%
G=32.10%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791136000.370.660.3026.7249.7946.86
HexB3713C025421E1b322f
Octal2631617404510236336257
Binary101100111110001111100010010110000101111011011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3713C; }

 p { color: rgb(179,113,60); }

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

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

 a { background-color: rgb(179,113,60); }

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

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

 span { border-color: rgb(179,113,60); }

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