#B0743E

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

Shades of Bourbon #B0743E

Tints of Bourbon #B0743E

Color information

#B0743E (or 0xB0743E) is unknown color: approx Bourbon. HEX triplet: B0, 74 and 3E. RGB value is (176,116,62). Sum of RGB (Red+Green+Blue) = 176+116+62=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0743E is #4F8BC1. Grayscale: #808080. Windows color (decimal): -5213122 or 4093104. OLE color: 4093104.

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

Color convert

RGB17611662-
CMYK00.340.650.31
HSL28.42º47.9%46.67%-
HSV(B)28.42º64.77%69.02%-
XYZ25.0222.077.5-
YUV127.7890.88162.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 62 (24.61% from 255) = 17.51%
R=49.72%
G=32.77%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761166200.340.650.3128.4247.946.67
HexB0743E022411F1c302f
Octal2601647604210137346057
Binary101100001110100111110010001010000011111111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0743E; }

 p { color: rgb(176,116,62); }

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

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

 a { background-color: rgb(176,116,62); }

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

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

 span { border-color: rgb(176,116,62); }

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