#B07240

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

Shades of Bourbon #B07240

Tints of Bourbon #B07240

Color information

#B07240 (or 0xB07240) is unknown color: approx Bourbon. HEX triplet: B0, 72 and 40. RGB value is (176,114,64). Sum of RGB (Red+Green+Blue) = 176+114+64=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B07240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07240 is #4F8DBF. Grayscale: #7F7F7F. Windows color (decimal): -5213632 or 4223664. OLE color: 4223664.

HSL color Cylindrical-coordinate representation of color #B07240: hue angle of 26.79º 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 #B07240 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17611464-
CMYK00.350.640.31
HSL26.79º46.67%47.06%-
HSV(B)26.79º63.64%69.02%-
XYZ24.8521.637.72-
YUV126.8492.54163.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=49.72%
G=32.20%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761146400.350.640.3126.7946.6747.06
HexB07240023401F1b2f2f
Octal26016210004310037335757
Binary1011000011100101000000010001110000001111111011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07240; }

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

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

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

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

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

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

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

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