#b06f3b

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

Shades of Bourbon #B06F3B

Tints of Bourbon #B06F3B

Color information

#B06F3B (or 0xB06F3B) is unknown color: approx Bourbon. HEX triplet: B0, 6F and 3B. RGB value is (176,111,59). Sum of RGB (Red+Green+Blue) = 176+111+59=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F3B is #4F90C4. Grayscale: #7C7C7C. Windows color (decimal): -5214405 or 3895216. OLE color: 3895216.

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

Color convert

RGB17611159-
CMYK00.370.660.31
HSL26.67º49.79%46.08%-
HSV(B)26.67º66.48%69.02%-
XYZ24.3820.916.89-
YUV124.5191.03164.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 59 (23.44% from 255) = 17.05%
R=50.87%
G=32.08%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761115900.370.660.3126.6749.7946.08
HexB06F3B025421F1b322e
Octal2601577304510237336256
Binary101100001101111111011010010110000101111111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06f3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06f3b; }

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

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

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

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

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

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

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

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