#B4724A

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

Shades of Bourbon #B4724A

Tints of Bourbon #B4724A

Color information

#B4724A (or 0xB4724A) is unknown color: approx Bourbon. HEX triplet: B4, 72 and 4A. RGB value is (180,114,74). Sum of RGB (Red+Green+Blue) = 180+114+74=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B4724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4724A is #4B8DB5. Grayscale: #818181. Windows color (decimal): -4951478 or 4879028. OLE color: 4879028.

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

Color convert

RGB18011474-
CMYK00.370.590.29
HSL22.64º41.73%49.8%-
HSV(B)22.64º58.89%70.59%-
XYZ26.0822.239.4-
YUV129.1796.87164.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 74 (29.30% from 255) = 20.11%
R=48.91%
G=30.98%
B=20.11%

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
Decimal1801147400.370.590.2922.6441.7349.8
HexB4724A0253B1D172a32
Octal2641621120457335275262
Binary101101001110010100101001001011110111110110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4724A; }

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

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

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

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

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

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

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

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