#B06F3F

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

Shades of Bourbon #B06F3F

Tints of Bourbon #B06F3F

Color information

#B06F3F (or 0xB06F3F) is unknown color: approx Bourbon. HEX triplet: B0, 6F and 3F. RGB value is (176,111,63). Sum of RGB (Red+Green+Blue) = 176+111+63=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F3F is #4F90C0. Grayscale: #7D7D7D. Windows color (decimal): -5214401 or 4157360. OLE color: 4157360.

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

Color convert

RGB17611163-
CMYK00.370.640.31
HSL25.49º47.28%46.86%-
HSV(B)25.49º64.2%69.02%-
XYZ24.4920.967.46-
YUV124.9693.03164.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 63 (25% from 255) = 18%
R=50.29%
G=31.71%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761116300.370.640.3125.4947.2846.86
HexB06F3F025401F192f2f
Octal2601577704510037315757
Binary101100001101111111111010010110000001111111001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F3F; }

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

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

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

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

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

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

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

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