#B2673B

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

Shades of Bourbon #B2673B

Tints of Bourbon #B2673B

Color information

#B2673B (or 0xB2673B) is unknown color: approx Bourbon. HEX triplet: B2, 67 and 3B. RGB value is (178,103,59). Sum of RGB (Red+Green+Blue) = 178+103+59=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2673B is #4D98C4. Grayscale: #787878. Windows color (decimal): -5085381 or 3893170. OLE color: 3893170.

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

Color convert

RGB17810359-
CMYK00.420.670.30
HSL22.18º50.21%46.47%-
HSV(B)22.18º66.85%69.8%-
XYZ2419.486.63-
YUV120.4193.35169.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 59 (23.44% from 255) = 17.35%
R=52.35%
G=30.29%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781035900.420.670.3022.1850.2146.47
HexB2673B02A431E16322e
Octal2621477305210336266256
Binary101100101100111111011010101010000111111010110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2673B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2673B; }

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

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

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

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

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

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

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

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