#B0683B

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

Shades of Bourbon #B0683B

Tints of Bourbon #B0683B

Color information

#B0683B (or 0xB0683B) is unknown color: approx Bourbon. HEX triplet: B0, 68 and 3B. RGB value is (176,104,59). Sum of RGB (Red+Green+Blue) = 176+104+59=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0683B is #4F97C4. Grayscale: #787878. Windows color (decimal): -5216197 or 3893424. OLE color: 3893424.

HSL color Cylindrical-coordinate representation of color #B0683B: hue angle of 23.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0683B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17610459-
CMYK00.410.660.31
HSL23.08º49.79%46.08%-
HSV(B)23.08º66.48%69.02%-
XYZ23.6419.456.65-
YUV120.493.35167.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=51.92%
G=30.68%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761045900.410.660.3123.0849.7946.08
HexB0683B029421F17322e
Octal2601507305110237276256
Binary101100001101000111011010100110000101111110111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0683B; }

 p { color: rgb(176,104,59); }

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

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

 a { background-color: rgb(176,104,59); }

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

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

 span { border-color: rgb(176,104,59); }

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