#B06A42

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

Shades of Bourbon #B06A42

Tints of Bourbon #B06A42

Color information

#B06A42 (or 0xB06A42) is unknown color: approx Bourbon. HEX triplet: B0, 6A and 42. RGB value is (176,106,66). Sum of RGB (Red+Green+Blue) = 176+106+66=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A42 is #4F95BD. Grayscale: #7A7A7A. Windows color (decimal): -5215678 or 4352688. OLE color: 4352688.

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

Color convert

RGB17610666-
CMYK00.400.620.31
HSL21.82º45.45%47.45%-
HSV(B)21.82º62.5%69.02%-
XYZ24.0419.937.73-
YUV122.3796.19166.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=50.57%
G=30.46%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761066600.400.620.3121.8245.4547.45
HexB06A420283E1F162d2f
Octal2601521020507637265557
Binary101100001101010100001001010001111101111110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A42; }

 p { color: rgb(176,106,66); }

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

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

 a { background-color: rgb(176,106,66); }

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

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

 span { border-color: rgb(176,106,66); }

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