#B5683C

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

Shades of Bourbon #B5683C

Tints of Bourbon #B5683C

Color information

#B5683C (or 0xB5683C) is unknown color: approx Bourbon. HEX triplet: B5, 68 and 3C. RGB value is (181,104,60). Sum of RGB (Red+Green+Blue) = 181+104+60=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5683C is #4A97C3. Grayscale: #7A7A7A. Windows color (decimal): -4888516 or 3958965. OLE color: 3958965.

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

Color convert

RGB18110460-
CMYK00.430.670.29
HSL21.82º50.21%47.25%-
HSV(B)21.82º66.85%70.98%-
XYZ24.8220.056.84-
YUV122.0193.01170.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 60 (23.83% from 255) = 17.39%
R=52.46%
G=30.14%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811046000.430.670.2921.8250.2147.25
HexB5683C02B431D16322f
Octal2651507405310335266257
Binary101101011101000111100010101110000111110110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5683C; }

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

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

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

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

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

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

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

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