#B6683E

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

Shades of Bourbon #B6683E

Tints of Bourbon #B6683E

Color information

#B6683E (or 0xB6683E) is unknown color: approx Bourbon. HEX triplet: B6, 68 and 3E. RGB value is (182,104,62). Sum of RGB (Red+Green+Blue) = 182+104+62=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6683E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6683E is #4997C1. Grayscale: #7A7A7A. Windows color (decimal): -4822978 or 4090038. OLE color: 4090038.

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

Color convert

RGB18210462-
CMYK00.430.660.29
HSL21º49.18%47.84%-
HSV(B)21º65.93%71.37%-
XYZ25.1120.197.13-
YUV122.5393.84170.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=52.30%
G=29.89%
B=17.82%

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
Decimal1821046200.430.660.292149.1847.84
HexB6683E02B421D153130
Octal2661507605310235256160
Binary101101101101000111110010101110000101110110101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6683E; }

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

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

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

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

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

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

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

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