#B06D46

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

Shades of Bourbon #B06D46

Tints of Bourbon #B06D46

Color information

#B06D46 (or 0xB06D46) is unknown color: approx Bourbon. HEX triplet: B0, 6D and 46. RGB value is (176,109,70). Sum of RGB (Red+Green+Blue) = 176+109+70=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D46 is #4F92B9. Grayscale: #7C7C7C. Windows color (decimal): -5214906 or 4615600. OLE color: 4615600.

HSL color Cylindrical-coordinate representation of color #B06D46: hue angle of 22.08º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B06D46 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17610970-
CMYK00.380.600.31
HSL22.08º43.09%48.24%-
HSV(B)22.08º60.23%69.02%-
XYZ24.4820.618.48-
YUV124.5997.2164.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=49.58%
G=30.70%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761097000.380.600.3122.0843.0948.24
HexB06D460263C1F162b30
Octal2601551060467437265360
Binary101100001101101100011001001101111001111110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D46; }

 p { color: rgb(176,109,70); }

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

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

 a { background-color: rgb(176,109,70); }

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

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

 span { border-color: rgb(176,109,70); }

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