#B0744B

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

Shades of Bourbon #B0744B

Tints of Bourbon #B0744B

Color information

#B0744B (or 0xB0744B) is unknown color: approx Bourbon. HEX triplet: B0, 74 and 4B. RGB value is (176,116,75). Sum of RGB (Red+Green+Blue) = 176+116+75=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0744B is #4F8BB4. Grayscale: #818181. Windows color (decimal): -5213109 or 4945072. OLE color: 4945072.

HSL color Cylindrical-coordinate representation of color #B0744B: hue angle of 24.36º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0744B is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17611675-
CMYK00.340.570.31
HSL24.36º40.24%49.22%-
HSV(B)24.36º57.39%69.02%-
XYZ25.4222.239.61-
YUV129.2797.38161.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=47.96%
G=31.61%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761167500.340.570.3124.3640.2449.22
HexB0744B022391F182831
Octal2601641130427137305061
Binary101100001110100100101101000101110011111111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0744B; }

 p { color: rgb(176,116,75); }

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

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

 a { background-color: rgb(176,116,75); }

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

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

 span { border-color: rgb(176,116,75); }

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