#B06B44

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

Shades of Bourbon #B06B44

Tints of Bourbon #B06B44

Color information

#B06B44 (or 0xB06B44) is unknown color: approx Bourbon. HEX triplet: B0, 6B and 44. RGB value is (176,107,68). Sum of RGB (Red+Green+Blue) = 176+107+68=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06B44 is #4F94BB. Grayscale: #7B7B7B. Windows color (decimal): -5215420 or 4484016. OLE color: 4484016.

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

Color convert

RGB17610768-
CMYK00.390.610.31
HSL21.67º44.26%47.84%-
HSV(B)21.67º61.36%69.02%-
XYZ24.2120.168.08-
YUV123.1896.86165.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 107 (42.19% from 255) = 30.48%
BLUE value IS 68 (26.95% from 255) = 19.37%
R=50.14%
G=30.48%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761076800.390.610.3121.6744.2647.84
HexB06B440273D1F162c30
Octal2601531040477537265460
Binary101100001101011100010001001111111011111110110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B44; }

 p { color: rgb(176,107,68); }

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

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

 a { background-color: rgb(176,107,68); }

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

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

 span { border-color: rgb(176,107,68); }

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