#B4743F

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

Shades of Bourbon #B4743F

Tints of Bourbon #B4743F

Color information

#B4743F (or 0xB4743F) is unknown color: approx Bourbon. HEX triplet: B4, 74 and 3F. RGB value is (180,116,63). Sum of RGB (Red+Green+Blue) = 180+116+63=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B4743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4743F is #4B8BC0. Grayscale: #818181. Windows color (decimal): -4950977 or 4158644. OLE color: 4158644.

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

Color convert

RGB18011663-
CMYK00.360.650.29
HSL27.18º48.15%47.65%-
HSV(B)27.18º65%70.59%-
XYZ25.9622.557.69-
YUV129.0990.7164.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.14%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 63 (25% from 255) = 17.55%
R=50.14%
G=32.31%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801166300.360.650.2927.1848.1547.65
HexB4743F024411D1b3030
Octal2641647704410135336060
Binary101101001110100111111010010010000011110111011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4743F; }

 p { color: rgb(180,116,63); }

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

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

 a { background-color: rgb(180,116,63); }

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

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

 span { border-color: rgb(180,116,63); }

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