#B0723B

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

Shades of Bourbon #B0723B

Tints of Bourbon #B0723B

Color information

#B0723B (or 0xB0723B) is unknown color: approx Bourbon. HEX triplet: B0, 72 and 3B. RGB value is (176,114,59). Sum of RGB (Red+Green+Blue) = 176+114+59=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0723B is #4F8DC4. Grayscale: #7E7E7E. Windows color (decimal): -5213637 or 3895984. OLE color: 3895984.

HSL color Cylindrical-coordinate representation of color #B0723B: hue angle of 28.21º degrees, saturation: 0.5, 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 #B0723B is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17611459-
CMYK00.350.660.31
HSL28.21º49.79%46.08%-
HSV(B)28.21º66.48%69.02%-
XYZ24.7121.587-
YUV126.2790.04163.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=50.43%
G=32.66%
B=16.91%

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
Decimal1761145900.350.660.3128.2149.7946.08
HexB0723B023421F1c322e
Octal2601627304310237346256
Binary101100001110010111011010001110000101111111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0723B; }

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

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

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

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

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

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

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

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