#B3723C

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

Shades of Bourbon #B3723C

Tints of Bourbon #B3723C

Color information

#B3723C (or 0xB3723C) is unknown color: approx Bourbon. HEX triplet: B3, 72 and 3C. RGB value is (179,114,60). Sum of RGB (Red+Green+Blue) = 179+114+60=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3723C is #4C8DC3. Grayscale: #7F7F7F. Windows color (decimal): -5017028 or 3961523. OLE color: 3961523.

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

Color convert

RGB17911460-
CMYK00.360.660.30
HSL27.23º49.79%46.86%-
HSV(B)27.23º66.48%70.2%-
XYZ25.4221.947.17-
YUV127.2890.03164.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 60 (23.83% from 255) = 17.00%
R=50.71%
G=32.29%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791146000.360.660.3027.2349.7946.86
HexB3723C024421E1b322f
Octal2631627404410236336257
Binary101100111110010111100010010010000101111011011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3723C; }

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

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

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

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

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

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

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

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