#B3724B

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

Shades of Bourbon #B3724B

Tints of Bourbon #B3724B

Color information

#B3724B (or 0xB3724B) is unknown color: approx Bourbon. HEX triplet: B3, 72 and 4B. RGB value is (179,114,75). Sum of RGB (Red+Green+Blue) = 179+114+75=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B3724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3724B is #4C8DB4. Grayscale: #818181. Windows color (decimal): -5017013 or 4944563. OLE color: 4944563.

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

Color convert

RGB17911475-
CMYK00.360.580.30
HSL22.5º40.94%49.8%-
HSV(B)22.5º58.1%70.2%-
XYZ25.8822.139.56-
YUV128.9997.53163.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=48.64%
G=30.98%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791147500.360.580.3022.540.9449.8
HexB3724B0243A1E162932
Octal2631621130447236265162
Binary101100111110010100101101001001110101111010110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3724B; }

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

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

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

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

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

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

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

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