#B4693A

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

Shades of Bourbon #B4693A

Tints of Bourbon #B4693A

Color information

#B4693A (or 0xB4693A) is unknown color: approx Bourbon. HEX triplet: B4, 69 and 3A. RGB value is (180,105,58). Sum of RGB (Red+Green+Blue) = 180+105+58=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4693A is #4B96C5. Grayscale: #7A7A7A. Windows color (decimal): -4953798 or 3828148. OLE color: 3828148.

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

Color convert

RGB18010558-
CMYK00.420.680.29
HSL23.11º51.26%46.67%-
HSV(B)23.11º67.78%70.59%-
XYZ24.6420.116.59-
YUV122.0791.85169.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 58 (23.05% from 255) = 16.91%
R=52.48%
G=30.61%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801055800.420.680.2923.1151.2646.67
HexB4693A02A441D17332f
Octal2641517205210435276357
Binary101101001101001111010010101010001001110110111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4693A; }

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

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

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

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

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

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

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

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