#B4714A

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

Shades of Bourbon #B4714A

Tints of Bourbon #B4714A

Color information

#B4714A (or 0xB4714A) is unknown color: approx Bourbon. HEX triplet: B4, 71 and 4A. RGB value is (180,113,74). Sum of RGB (Red+Green+Blue) = 180+113+74=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4714A is #4B8EB5. Grayscale: #808080. Windows color (decimal): -4951734 or 4878772. OLE color: 4878772.

HSL color Cylindrical-coordinate representation of color #B4714A: hue angle of 22.08º 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 #B4714A is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18011374-
CMYK00.370.590.29
HSL22.08º41.73%49.8%-
HSV(B)22.08º58.89%70.59%-
XYZ25.9622.019.36-
YUV128.5997.2164.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=49.05%
G=30.79%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801137400.370.590.2922.0841.7349.8
HexB4714A0253B1D162a32
Octal2641611120457335265262
Binary101101001110001100101001001011110111110110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4714A; }

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

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

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

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

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

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

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

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