#B4743C

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

Shades of Bourbon #B4743C

Tints of Bourbon #B4743C

Color information

#B4743C (or 0xB4743C) is unknown color: approx Bourbon. HEX triplet: B4, 74 and 3C. RGB value is (180,116,60). Sum of RGB (Red+Green+Blue) = 180+116+60=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4743C is #4B8BC3. Grayscale: #818181. Windows color (decimal): -4950980 or 3962036. OLE color: 3962036.

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

Color convert

RGB18011660-
CMYK00.360.670.29
HSL28º50%47.06%-
HSV(B)28º66.67%70.59%-
XYZ25.8822.527.26-
YUV128.7589.2164.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=50.56%
G=32.58%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801166000.360.670.29285047.06
HexB4743C024431D1c322f
Octal2641647404410335346257
Binary101101001110100111100010010010000111110111100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4743C; }

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

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

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

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

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

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

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

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