#B6683D

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

Shades of Bourbon #B6683D

Tints of Bourbon #B6683D

Color information

#B6683D (or 0xB6683D) is unknown color: approx Bourbon. HEX triplet: B6, 68 and 3D. RGB value is (182,104,61). Sum of RGB (Red+Green+Blue) = 182+104+61=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B6683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6683D is #4997C2. Grayscale: #7A7A7A. Windows color (decimal): -4822979 or 4024502. OLE color: 4024502.

HSL color Cylindrical-coordinate representation of color #B6683D: hue angle of 21.32º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6683D is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18210461-
CMYK00.430.660.29
HSL21.32º49.79%47.65%-
HSV(B)21.32º66.48%71.37%-
XYZ25.0820.186.99-
YUV122.4293.34170.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.45%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=52.45%
G=29.97%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821046100.430.660.2921.3249.7947.65
HexB6683D02B421D153230
Octal2661507505310235256260
Binary101101101101000111101010101110000101110110101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6683D; }

 p { color: rgb(182,104,61); }

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

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

 a { background-color: rgb(182,104,61); }

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

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

 span { border-color: rgb(182,104,61); }

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