#B0723C

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

Shades of Bourbon #B0723C

Tints of Bourbon #B0723C

Color information

#B0723C (or 0xB0723C) is unknown color: approx Bourbon. HEX triplet: B0, 72 and 3C. RGB value is (176,114,60). Sum of RGB (Red+Green+Blue) = 176+114+60=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0723C is #4F8DC3. Grayscale: #7E7E7E. Windows color (decimal): -5213636 or 3961520. OLE color: 3961520.

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

Color convert

RGB17611460-
CMYK00.350.660.31
HSL27.93º49.15%46.27%-
HSV(B)27.93º65.91%69.02%-
XYZ24.7421.597.14-
YUV126.3890.54163.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=50.29%
G=32.57%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761146000.350.660.3127.9349.1546.27
HexB0723C023421F1c312e
Octal2601627404310237346156
Binary101100001110010111100010001110000101111111100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0723C; }

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

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

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

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

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

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

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

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