#B06F41

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

Shades of Bourbon #B06F41

Tints of Bourbon #B06F41

Color information

#B06F41 (or 0xB06F41) is unknown color: approx Bourbon. HEX triplet: B0, 6F and 41. RGB value is (176,111,65). Sum of RGB (Red+Green+Blue) = 176+111+65=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F41 is #4F90BE. Grayscale: #7D7D7D. Windows color (decimal): -5214399 or 4288432. OLE color: 4288432.

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

Color convert

RGB17611165-
CMYK00.370.630.31
HSL24.86º46.06%47.25%-
HSV(B)24.86º63.07%69.02%-
XYZ24.5420.987.76-
YUV125.1994.03164.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=50%
G=31.53%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761116500.370.630.3124.8646.0647.25
HexB06F410253F1F192e2f
Octal2601571010457737315657
Binary101100001101111100000101001011111111111111001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F41; }

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

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

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

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

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

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

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

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