#B2744A

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

Shades of Bourbon #B2744A

Tints of Bourbon #B2744A

Color information

#B2744A (or 0xB2744A) is unknown color: approx Bourbon. HEX triplet: B2, 74 and 4A. RGB value is (178,116,74). Sum of RGB (Red+Green+Blue) = 178+116+74=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2744A is #4D8BB5. Grayscale: #818181. Windows color (decimal): -5082038 or 4879538. OLE color: 4879538.

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

Color convert

RGB17811674-
CMYK00.350.580.30
HSL24.23º41.27%49.41%-
HSV(B)24.23º58.43%69.8%-
XYZ25.8422.459.45-
YUV129.7596.54162.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 74 (29.30% from 255) = 20.11%
R=48.37%
G=31.52%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781167400.350.580.3024.2341.2749.41
HexB2744A0233A1E182931
Octal2621641120437236305161
Binary101100101110100100101001000111110101111011000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2744A; }

 p { color: rgb(178,116,74); }

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

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

 a { background-color: rgb(178,116,74); }

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

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

 span { border-color: rgb(178,116,74); }

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