#B06A41

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

Shades of Bourbon #B06A41

Tints of Bourbon #B06A41

Color information

#B06A41 (or 0xB06A41) is unknown color: approx Bourbon. HEX triplet: B0, 6A and 41. RGB value is (176,106,65). Sum of RGB (Red+Green+Blue) = 176+106+65=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A41 is #4F95BE. Grayscale: #7A7A7A. Windows color (decimal): -5215679 or 4287152. OLE color: 4287152.

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

Color convert

RGB17610665-
CMYK00.400.630.31
HSL22.16º46.06%47.25%-
HSV(B)22.16º63.07%69.02%-
XYZ24.0119.927.58-
YUV122.2695.69166.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=50.72%
G=30.55%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761066500.400.630.3122.1646.0647.25
HexB06A410283F1F162e2f
Octal2601521010507737265657
Binary101100001101010100000101010001111111111110110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A41; }

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

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

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

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

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

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

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

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