#B0673F

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

Shades of Bourbon #B0673F

Tints of Bourbon #B0673F

Color information

#B0673F (or 0xB0673F) is unknown color: approx Bourbon. HEX triplet: B0, 67 and 3F. RGB value is (176,103,63). Sum of RGB (Red+Green+Blue) = 176+103+63=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0673F is #4F98C0. Grayscale: #787878. Windows color (decimal): -5216449 or 4155312. OLE color: 4155312.

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

Color convert

RGB17610363-
CMYK00.410.640.31
HSL21.24º47.28%46.86%-
HSV(B)21.24º64.2%69.02%-
XYZ23.6519.297.18-
YUV120.2795.68167.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.46%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 63 (25% from 255) = 18.42%
R=51.46%
G=30.12%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761036300.410.640.3121.2447.2846.86
HexB0673F029401F152f2f
Octal2601477705110037255757
Binary101100001100111111111010100110000001111110101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0673F; }

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

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

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

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

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

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

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

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