#B06D43

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

Shades of Bourbon #B06D43

Tints of Bourbon #B06D43

Color information

#B06D43 (or 0xB06D43) is unknown color: approx Bourbon. HEX triplet: B0, 6D and 43. RGB value is (176,109,67). Sum of RGB (Red+Green+Blue) = 176+109+67=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D43 is #4F92BC. Grayscale: #7C7C7C. Windows color (decimal): -5214909 or 4418992. OLE color: 4418992.

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

Color convert

RGB17610967-
CMYK00.380.620.31
HSL23.12º44.86%47.65%-
HSV(B)23.12º61.93%69.02%-
XYZ24.3920.578-
YUV124.2495.7164.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=50%
G=30.97%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761096700.380.620.3123.1244.8647.65
HexB06D430263E1F172d30
Octal2601551030467637275560
Binary101100001101101100001101001101111101111110111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D43; }

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

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

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

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

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

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

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

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