#B5693C

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

Shades of Bourbon #B5693C

Tints of Bourbon #B5693C

Color information

#B5693C (or 0xB5693C) is unknown color: approx Bourbon. HEX triplet: B5, 69 and 3C. RGB value is (181,105,60). Sum of RGB (Red+Green+Blue) = 181+105+60=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5693C is #4A96C3. Grayscale: #7A7A7A. Windows color (decimal): -4888260 or 3959221. OLE color: 3959221.

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

Color convert

RGB18110560-
CMYK00.420.670.29
HSL22.31º50.21%47.25%-
HSV(B)22.31º66.85%70.98%-
XYZ24.9220.256.87-
YUV122.5992.68169.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=52.31%
G=30.35%
B=17.34%

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
Decimal1811056000.420.670.2922.3150.2147.25
HexB5693C02A431D16322f
Octal2651517405210335266257
Binary101101011101001111100010101010000111110110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5693C; }

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

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

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

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

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

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

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

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