#B4693C

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

Shades of Bourbon #B4693C

Tints of Bourbon #B4693C

Color information

#B4693C (or 0xB4693C) is unknown color: approx Bourbon. HEX triplet: B4, 69 and 3C. RGB value is (180,105,60). Sum of RGB (Red+Green+Blue) = 180+105+60=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4693C is #4B96C3. Grayscale: #7A7A7A. Windows color (decimal): -4953796 or 3959220. OLE color: 3959220.

HSL color Cylindrical-coordinate representation of color #B4693C: hue angle of 22.5º 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 #B4693C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB18010560-
CMYK00.420.670.29
HSL22.5º50%47.06%-
HSV(B)22.5º66.67%70.59%-
XYZ24.6920.136.86-
YUV122.392.85169.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 60 (23.83% from 255) = 17.39%
R=52.17%
G=30.43%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801056000.420.670.2922.55047.06
HexB4693C02A431D16322f
Octal2641517405210335266257
Binary101101001101001111100010101010000111110110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4693C; }

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

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

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

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

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

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

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

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