#B5714A

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

Shades of Bourbon #B5714A

Tints of Bourbon #B5714A

Color information

#B5714A (or 0xB5714A) is unknown color: approx Bourbon. HEX triplet: B5, 71 and 4A. RGB value is (181,113,74). Sum of RGB (Red+Green+Blue) = 181+113+74=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B5714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5714A is #4A8EB5. Grayscale: #818181. Windows color (decimal): -4886198 or 4878773. OLE color: 4878773.

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

Color convert

RGB18111374-
CMYK00.380.590.29
HSL21.87º41.96%50%-
HSV(B)21.87º59.12%70.98%-
XYZ26.222.139.37-
YUV128.8997.03165.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 74 (29.30% from 255) = 20.11%
R=49.18%
G=30.71%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811137400.380.590.2921.8741.9650
HexB5714A0263B1D162a32
Octal2651611120467335265262
Binary101101011110001100101001001101110111110110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5714A; }

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

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

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

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

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

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

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

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