#B3723F

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

Shades of Bourbon #B3723F

Tints of Bourbon #B3723F

Color information

#B3723F (or 0xB3723F) is unknown color: approx Bourbon. HEX triplet: B3, 72 and 3F. RGB value is (179,114,63). Sum of RGB (Red+Green+Blue) = 179+114+63=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3723F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3723F is #4C8DC0. Grayscale: #7F7F7F. Windows color (decimal): -5017025 or 4158131. OLE color: 4158131.

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

Color convert

RGB17911463-
CMYK00.360.650.30
HSL26.38º47.93%47.45%-
HSV(B)26.38º64.8%70.2%-
XYZ25.521.987.6-
YUV127.6291.53164.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 63 (25% from 255) = 17.70%
R=50.28%
G=32.02%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791146300.360.650.3026.3847.9347.45
HexB3723F024411E1a302f
Octal2631627704410136326057
Binary101100111110010111111010010010000011111011010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3723F; }

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

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

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

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

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

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

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

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