#B3673A

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

Shades of Bourbon #B3673A

Tints of Bourbon #B3673A

Color information

#B3673A (or 0xB3673A) is unknown color: approx Bourbon. HEX triplet: B3, 67 and 3A. RGB value is (179,103,58). Sum of RGB (Red+Green+Blue) = 179+103+58=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3673A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3673A is #4C98C5. Grayscale: #787878. Windows color (decimal): -5019846 or 3827635. OLE color: 3827635.

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

Color convert

RGB17910358-
CMYK00.420.680.30
HSL22.31º51.05%46.47%-
HSV(B)22.31º67.6%70.2%-
XYZ24.219.596.51-
YUV120.5992.68169.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 58 (23.05% from 255) = 17.06%
R=52.65%
G=30.29%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791035800.420.680.3022.3151.0546.47
HexB3673A02A441E16332e
Octal2631477205210436266356
Binary101100111100111111010010101010001001111010110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3673A; }

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

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

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

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

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

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

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

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