#B0673B

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

Shades of Bourbon #B0673B

Tints of Bourbon #B0673B

Color information

#B0673B (or 0xB0673B) is unknown color: approx Bourbon. HEX triplet: B0, 67 and 3B. RGB value is (176,103,59). Sum of RGB (Red+Green+Blue) = 176+103+59=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0673B is #4F98C4. Grayscale: #787878. Windows color (decimal): -5216453 or 3893168. OLE color: 3893168.

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

Color convert

RGB17610359-
CMYK00.410.660.31
HSL22.56º49.79%46.08%-
HSV(B)22.56º66.48%69.02%-
XYZ23.5419.256.61-
YUV119.8193.68168.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=52.07%
G=30.47%
B=17.46%

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
Decimal1761035900.410.660.3122.5649.7946.08
HexB0673B029421F17322e
Octal2601477305110237276256
Binary101100001100111111011010100110000101111110111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0673B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0673B; }

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

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

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

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

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

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

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

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