#B3724A

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

Shades of Bourbon #B3724A

Tints of Bourbon #B3724A

Color information

#B3724A (or 0xB3724A) is unknown color: approx Bourbon. HEX triplet: B3, 72 and 4A. RGB value is (179,114,74). Sum of RGB (Red+Green+Blue) = 179+114+74=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3724A is #4C8DB5. Grayscale: #818181. Windows color (decimal): -5017014 or 4879027. OLE color: 4879027.

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

Color convert

RGB17911474-
CMYK00.360.590.30
HSL22.86º41.5%49.61%-
HSV(B)22.86º58.66%70.2%-
XYZ25.8422.119.38-
YUV128.8897.03163.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=48.77%
G=31.06%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791147400.360.590.3022.8641.549.61
HexB3724A0243B1E172a32
Octal2631621120447336275262
Binary101100111110010100101001001001110111111010111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3724A; }

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

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

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

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

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

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

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

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