#B2673F

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

Shades of Bourbon #B2673F

Tints of Bourbon #B2673F

Color information

#B2673F (or 0xB2673F) is unknown color: approx Bourbon. HEX triplet: B2, 67 and 3F. RGB value is (178,103,63). Sum of RGB (Red+Green+Blue) = 178+103+63=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2673F is #4D98C0. Grayscale: #797979. Windows color (decimal): -5085377 or 4155314. OLE color: 4155314.

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

Color convert

RGB17810363-
CMYK00.420.650.30
HSL20.87º47.72%47.25%-
HSV(B)20.87º64.61%69.8%-
XYZ24.1119.527.2-
YUV120.8695.35168.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.74%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 63 (25% from 255) = 18.31%
R=51.74%
G=29.94%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781036300.420.650.3020.8747.7247.25
HexB2673F02A411E15302f
Octal2621477705210136256057
Binary101100101100111111111010101010000011111010101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2673F; }

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

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

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

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

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

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

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

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