#B4663D

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

Shades of Bourbon #B4663D

Tints of Bourbon #B4663D

Color information

#B4663D (or 0xB4663D) is unknown color: approx Bourbon. HEX triplet: B4, 66 and 3D. RGB value is (180,102,61). Sum of RGB (Red+Green+Blue) = 180+102+61=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4663D is #4B99C2. Grayscale: #787878. Windows color (decimal): -4954563 or 4023988. OLE color: 4023988.

HSL color Cylindrical-coordinate representation of color #B4663D: hue angle of 20.67º degrees, saturation: 0.49, 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 #B4663D is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18010261-
CMYK00.430.660.29
HSL20.67º49.38%47.25%-
HSV(B)20.67º66.11%70.59%-
XYZ24.4219.546.9-
YUV120.6594.34170.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=52.48%
G=29.74%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801026100.430.660.2920.6749.3847.25
HexB4663D02B421D15312f
Octal2641467505310235256157
Binary101101001100110111101010101110000101110110101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4663D; }

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

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

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

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

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

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

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

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