#B6693D

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

Shades of Bourbon #B6693D

Tints of Bourbon #B6693D

Color information

#B6693D (or 0xB6693D) is unknown color: approx Bourbon. HEX triplet: B6, 69 and 3D. RGB value is (182,105,61). Sum of RGB (Red+Green+Blue) = 182+105+61=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6693D is #4996C2. Grayscale: #7B7B7B. Windows color (decimal): -4822723 or 4024758. OLE color: 4024758.

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

Color convert

RGB18210561-
CMYK00.420.660.29
HSL21.82º49.79%47.65%-
HSV(B)21.82º66.48%71.37%-
XYZ25.1920.397.02-
YUV123.0193.01170.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 61 (24.22% from 255) = 17.53%
R=52.30%
G=30.17%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821056100.420.660.2921.8249.7947.65
HexB6693D02A421D163230
Octal2661517505210235266260
Binary101101101101001111101010101010000101110110110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6693D; }

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

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

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

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

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

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

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

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