#B06D48

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

Shades of Bourbon #B06D48

Tints of Bourbon #B06D48

Color information

#B06D48 (or 0xB06D48) is unknown color: approx Bourbon. HEX triplet: B0, 6D and 48. RGB value is (176,109,72). Sum of RGB (Red+Green+Blue) = 176+109+72=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D48 is #4F92B7. Grayscale: #7D7D7D. Windows color (decimal): -5214904 or 4746672. OLE color: 4746672.

HSL color Cylindrical-coordinate representation of color #B06D48: hue angle of 21.35º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B06D48 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17610972-
CMYK00.380.590.31
HSL21.35º41.94%48.63%-
HSV(B)21.35º59.09%69.02%-
XYZ24.5420.648.82-
YUV124.8298.2164.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=49.30%
G=30.53%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761097200.380.590.3121.3541.9448.63
HexB06D480263B1F152a31
Octal2601551100467337255261
Binary101100001101101100100001001101110111111110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D48; }

 p { color: rgb(176,109,72); }

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

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

 a { background-color: rgb(176,109,72); }

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

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

 span { border-color: rgb(176,109,72); }

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