#B0673C

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

Shades of Bourbon #B0673C

Tints of Bourbon #B0673C

Color information

#B0673C (or 0xB0673C) is unknown color: approx Bourbon. HEX triplet: B0, 67 and 3C. RGB value is (176,103,60). Sum of RGB (Red+Green+Blue) = 176+103+60=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0673C is #4F98C3. Grayscale: #787878. Windows color (decimal): -5216452 or 3958704. OLE color: 3958704.

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

Color convert

RGB17610360-
CMYK00.410.660.31
HSL22.24º49.15%46.27%-
HSV(B)22.24º65.91%69.02%-
XYZ23.5719.266.75-
YUV119.9294.18168-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=51.92%
G=30.38%
B=17.70%

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
Decimal1761036000.410.660.3122.2449.1546.27
HexB0673C029421F16312e
Octal2601477405110237266156
Binary101100001100111111100010100110000101111110110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0673C; }

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

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

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

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

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

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

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

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