#B8733D

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

Shades of Bourbon #B8733D

Tints of Bourbon #B8733D

Color information

#B8733D (or 0xB8733D) is unknown color: approx Bourbon. HEX triplet: B8, 73 and 3D. RGB value is (184,115,61). Sum of RGB (Red+Green+Blue) = 184+115+61=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8733D is #478CC2. Grayscale: #818181. Windows color (decimal): -4689091 or 4027320. OLE color: 4027320.

HSL color Cylindrical-coordinate representation of color #B8733D: hue angle of 26.34º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8733D is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB18411561-
CMYK00.380.670.28
HSL26.34º50.2%48.04%-
HSV(B)26.34º66.85%72.16%-
XYZ26.7422.797.4-
YUV129.4889.36166.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=51.11%
G=31.94%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841156100.380.670.2826.3450.248.04
HexB8733D026431C1a3230
Octal2701637504610334326260
Binary101110001110011111101010011010000111110011010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8733D; }

 p { color: rgb(184,115,61); }

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

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

 a { background-color: rgb(184,115,61); }

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

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

 span { border-color: rgb(184,115,61); }

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