#B5693A

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

Shades of Bourbon #B5693A

Tints of Bourbon #B5693A

Color information

#B5693A (or 0xB5693A) is unknown color: approx Bourbon. HEX triplet: B5, 69 and 3A. RGB value is (181,105,58). Sum of RGB (Red+Green+Blue) = 181+105+58=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5693A is #4A96C5. Grayscale: #7A7A7A. Windows color (decimal): -4888262 or 3828149. OLE color: 3828149.

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

Color convert

RGB18110558-
CMYK00.420.680.29
HSL22.93º51.46%46.86%-
HSV(B)22.93º67.96%70.98%-
XYZ24.8720.236.6-
YUV122.3791.68169.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 58 (23.05% from 255) = 16.86%
R=52.62%
G=30.52%
B=16.86%

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
Decimal1811055800.420.680.2922.9351.4646.86
HexB5693A02A441D17332f
Octal2651517205210435276357
Binary101101011101001111010010101010001001110110111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5693A; }

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

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

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

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

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

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

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

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