#B06838

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

Shades of Bourbon #B06838

Tints of Bourbon #B06838

Color information

#B06838 (or 0xB06838) is unknown color: approx Bourbon. HEX triplet: B0, 68 and 38. RGB value is (176,104,56). Sum of RGB (Red+Green+Blue) = 176+104+56=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B06838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06838 is #4F97C7. Grayscale: #787878. Windows color (decimal): -5216200 or 3696816. OLE color: 3696816.

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

Color convert

RGB17610456-
CMYK00.410.680.31
HSL24º51.72%45.49%-
HSV(B)24º68.18%69.02%-
XYZ23.5719.426.25-
YUV120.0691.85167.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=52.38%
G=30.95%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761045600.410.680.312451.7245.49
HexB06838029441F18342d
Octal2601507005110437306455
Binary101100001101000111000010100110001001111111000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06838; }

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

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

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

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

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

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

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

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