#B06E3C

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

Shades of Bourbon #B06E3C

Tints of Bourbon #B06E3C

Color information

#B06E3C (or 0xB06E3C) is unknown color: approx Bourbon. HEX triplet: B0, 6E and 3C. RGB value is (176,110,60). Sum of RGB (Red+Green+Blue) = 176+110+60=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E3C is #4F91C3. Grayscale: #7C7C7C. Windows color (decimal): -5214660 or 3960496. OLE color: 3960496.

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

Color convert

RGB17611060-
CMYK00.370.660.31
HSL25.86º49.15%46.27%-
HSV(B)25.86º65.91%69.02%-
XYZ24.320.716.99-
YUV124.0391.87165.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=50.87%
G=31.79%
B=17.34%

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
Decimal1761106000.370.660.3125.8649.1546.27
HexB06E3C025421F1a312e
Octal2601567404510237326156
Binary101100001101110111100010010110000101111111010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E3C; }

 p { color: rgb(176,110,60); }

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

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

 a { background-color: rgb(176,110,60); }

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

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

 span { border-color: rgb(176,110,60); }

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