#B07140

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

Shades of Bourbon #B07140

Tints of Bourbon #B07140

Color information

#B07140 (or 0xB07140) is unknown color: approx Bourbon. HEX triplet: B0, 71 and 40. RGB value is (176,113,64). Sum of RGB (Red+Green+Blue) = 176+113+64=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B07140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07140 is #4F8EBF. Grayscale: #7E7E7E. Windows color (decimal): -5213888 or 4223408. OLE color: 4223408.

HSL color Cylindrical-coordinate representation of color #B07140: hue angle of 26.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B07140 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17611364-
CMYK00.360.640.31
HSL26.25º46.67%47.06%-
HSV(B)26.25º63.64%69.02%-
XYZ24.7421.417.68-
YUV126.2592.87163.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=49.86%
G=32.01%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761136400.360.640.3126.2546.6747.06
HexB07140024401F1a2f2f
Octal26016110004410037325757
Binary1011000011100011000000010010010000001111111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07140; }

 p { color: rgb(176,113,64); }

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

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

 a { background-color: rgb(176,113,64); }

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

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

 span { border-color: rgb(176,113,64); }

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