#b06a3b

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

Shades of Bourbon #B06A3B

Tints of Bourbon #B06A3B

Color information

#B06A3B (or 0xB06A3B) is unknown color: approx Bourbon. HEX triplet: B0, 6A and 3B. RGB value is (176,106,59). Sum of RGB (Red+Green+Blue) = 176+106+59=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A3B is #4F95C4. Grayscale: #797979. Windows color (decimal): -5215685 or 3893936. OLE color: 3893936.

HSL color Cylindrical-coordinate representation of color #B06A3B: hue angle of 24.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B06A3B is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17610659-
CMYK00.400.660.31
HSL24.1º49.79%46.08%-
HSV(B)24.1º66.48%69.02%-
XYZ23.8519.856.71-
YUV121.5792.69166.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 59 (23.44% from 255) = 17.30%
R=51.61%
G=31.09%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761065900.400.660.3124.149.7946.08
HexB06A3B028421F18322e
Octal2601527305010237306256
Binary101100001101010111011010100010000101111111000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06a3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06a3b; }

 p { color: rgb(176,106,59); }

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

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

 a { background-color: rgb(176,106,59); }

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

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

 span { border-color: rgb(176,106,59); }

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