#B5663D

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

Shades of Bourbon #B5663D

Tints of Bourbon #B5663D

Color information

#B5663D (or 0xB5663D) is unknown color: approx Bourbon. HEX triplet: B5, 66 and 3D. RGB value is (181,102,61). Sum of RGB (Red+Green+Blue) = 181+102+61=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5663D is #4A99C2. Grayscale: #797979. Windows color (decimal): -4889027 or 4023989. OLE color: 4023989.

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

Color convert

RGB18110261-
CMYK00.440.660.29
HSL20.5º49.59%47.45%-
HSV(B)20.5º66.3%70.98%-
XYZ24.6519.666.91-
YUV120.9594.17170.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 61 (24.22% from 255) = 17.73%
R=52.62%
G=29.65%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811026100.440.660.2920.549.5947.45
HexB5663D02C421D14322f
Octal2651467505410235246257
Binary101101011100110111101010110010000101110110100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5663D; }

 p { color: rgb(181,102,61); }

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

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

 a { background-color: rgb(181,102,61); }

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

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

 span { border-color: rgb(181,102,61); }

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