#B06938

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

Shades of Bourbon #B06938

Tints of Bourbon #B06938

Color information

#B06938 (or 0xB06938) is unknown color: approx Bourbon. HEX triplet: B0, 69 and 38. RGB value is (176,105,56). Sum of RGB (Red+Green+Blue) = 176+105+56=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B06938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06938 is #4F96C7. Grayscale: #787878. Windows color (decimal): -5215944 or 3697072. OLE color: 3697072.

HSL color Cylindrical-coordinate representation of color #B06938: hue angle of 24.5º 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 #B06938 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17610556-
CMYK00.400.680.31
HSL24.5º51.72%45.49%-
HSV(B)24.5º68.18%69.02%-
XYZ23.6719.626.28-
YUV120.6491.52167.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.23%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 56 (22.27% from 255) = 16.62%
R=52.23%
G=31.16%
B=16.62%

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
Decimal1761055600.400.680.3124.551.7245.49
HexB06938028441F18342d
Octal2601517005010437306455
Binary101100001101001111000010100010001001111111000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06938; }

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

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

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

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

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

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

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

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