#B06A38

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

Shades of Bourbon #B06A38

Tints of Bourbon #B06A38

Color information

#B06A38 (or 0xB06A38) is unknown color: approx Bourbon. HEX triplet: B0, 6A and 38. RGB value is (176,106,56). Sum of RGB (Red+Green+Blue) = 176+106+56=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A38 is #4F95C7. Grayscale: #797979. Windows color (decimal): -5215688 or 3697328. OLE color: 3697328.

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

Color convert

RGB17610656-
CMYK00.400.680.31
HSL25º51.72%45.49%-
HSV(B)25º68.18%69.02%-
XYZ23.7719.826.31-
YUV121.2391.19167.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=52.07%
G=31.36%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761065600.400.680.312551.7245.49
HexB06A38028441F19342d
Octal2601527005010437316455
Binary101100001101010111000010100010001001111111001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A38; }

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

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

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

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

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

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

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

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