#B3673D

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

Shades of Bourbon #B3673D

Tints of Bourbon #B3673D

Color information

#B3673D (or 0xB3673D) is unknown color: approx Bourbon. HEX triplet: B3, 67 and 3D. RGB value is (179,103,61). Sum of RGB (Red+Green+Blue) = 179+103+61=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3673D is #4C98C2. Grayscale: #797979. Windows color (decimal): -5019843 or 4024243. OLE color: 4024243.

HSL color Cylindrical-coordinate representation of color #B3673D: hue angle of 21.36º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3673D is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17910361-
CMYK00.420.660.30
HSL21.36º49.17%47.06%-
HSV(B)21.36º65.92%70.2%-
XYZ24.2819.626.92-
YUV120.9494.18169.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=52.19%
G=30.03%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791036100.420.660.3021.3649.1747.06
HexB3673D02A421E15312f
Octal2631477505210236256157
Binary101100111100111111101010101010000101111010101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3673D; }

 p { color: rgb(179,103,61); }

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

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

 a { background-color: rgb(179,103,61); }

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

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

 span { border-color: rgb(179,103,61); }

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