#B06C46

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

Shades of Bourbon #B06C46

Tints of Bourbon #B06C46

Color information

#B06C46 (or 0xB06C46) is unknown color: approx Bourbon. HEX triplet: B0, 6C and 46. RGB value is (176,108,70). Sum of RGB (Red+Green+Blue) = 176+108+70=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C46 is #4F93B9. Grayscale: #7C7C7C. Windows color (decimal): -5215162 or 4615344. OLE color: 4615344.

HSL color Cylindrical-coordinate representation of color #B06C46: hue angle of 21.51º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B06C46 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17610870-
CMYK00.390.600.31
HSL21.51º43.09%48.24%-
HSV(B)21.51º60.23%69.02%-
XYZ24.3720.48.45-
YUV12497.53165.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=49.72%
G=30.51%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761087000.390.600.3121.5143.0948.24
HexB06C460273C1F162b30
Octal2601541060477437265360
Binary101100001101100100011001001111111001111110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C46; }

 p { color: rgb(176,108,70); }

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

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

 a { background-color: rgb(176,108,70); }

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

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

 span { border-color: rgb(176,108,70); }

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