#B0723D

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

Shades of Bourbon #B0723D

Tints of Bourbon #B0723D

Color information

#B0723D (or 0xB0723D) is unknown color: approx Bourbon. HEX triplet: B0, 72 and 3D. RGB value is (176,114,61). Sum of RGB (Red+Green+Blue) = 176+114+61=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0723D is #4F8DC2. Grayscale: #7E7E7E. Windows color (decimal): -5213635 or 4027056. OLE color: 4027056.

HSL color Cylindrical-coordinate representation of color #B0723D: hue angle of 27.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0723D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17611461-
CMYK00.350.650.31
HSL27.65º48.52%46.47%-
HSV(B)27.65º65.34%69.02%-
XYZ24.7621.67.28-
YUV126.591.04163.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=50.14%
G=32.48%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761146100.350.650.3127.6548.5246.47
HexB0723D023411F1c312e
Octal2601627504310137346156
Binary101100001110010111101010001110000011111111100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0723D; }

 p { color: rgb(176,114,61); }

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

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

 a { background-color: rgb(176,114,61); }

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

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

 span { border-color: rgb(176,114,61); }

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