#B46638

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

Shades of Bourbon #B46638

Tints of Bourbon #B46638

Color information

#B46638 (or 0xB46638) is unknown color: approx Bourbon. HEX triplet: B4, 66 and 38. RGB value is (180,102,56). Sum of RGB (Red+Green+Blue) = 180+102+56=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B46638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46638 is #4B99C7. Grayscale: #787878. Windows color (decimal): -4954568 or 3696308. OLE color: 3696308.

HSL color Cylindrical-coordinate representation of color #B46638: hue angle of 22.26º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B46638 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18010256-
CMYK00.430.690.29
HSL22.26º52.54%46.27%-
HSV(B)22.26º68.89%70.59%-
XYZ24.2919.496.22-
YUV120.0891.84170.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.25%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=53.25%
G=30.18%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801025600.430.690.2922.2652.5446.27
HexB4663802B451D16352e
Octal2641467005310535266556
Binary101101001100110111000010101110001011110110110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46638; }

 p { color: rgb(180,102,56); }

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

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

 a { background-color: rgb(180,102,56); }

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

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

 span { border-color: rgb(180,102,56); }

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