#B37143

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

Shades of Bourbon #B37143

Tints of Bourbon #B37143

Color information

#B37143 (or 0xB37143) is unknown color: approx Bourbon. HEX triplet: B3, 71 and 43. RGB value is (179,113,67). Sum of RGB (Red+Green+Blue) = 179+113+67=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B37143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37143 is #4C8EBC. Grayscale: #7F7F7F. Windows color (decimal): -5017277 or 4420019. OLE color: 4420019.

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

Color convert

RGB17911367-
CMYK00.370.630.30
HSL24.64º45.53%48.24%-
HSV(B)24.64º62.57%70.2%-
XYZ25.5121.88.17-
YUV127.4993.87164.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 67 (26.56% from 255) = 18.66%
R=49.86%
G=31.48%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791136700.370.630.3024.6445.5348.24
HexB371430253F1E192e30
Octal2631611030457736315660
Binary101100111110001100001101001011111111111011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37143; }

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

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

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

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

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

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

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

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