#B77148

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

Shades of Bourbon #B77148

Tints of Bourbon #B77148

Color information

#B77148 (or 0xB77148) is unknown color: approx Bourbon. HEX triplet: B7, 71 and 48. RGB value is (183,113,72). Sum of RGB (Red+Green+Blue) = 183+113+72=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B77148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77148 is #488EB7. Grayscale: #818181. Windows color (decimal): -4755128 or 4747703. OLE color: 4747703.

HSL color Cylindrical-coordinate representation of color #B77148: hue angle of 22.16º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B77148 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18311372-
CMYK00.380.610.28
HSL22.16º43.53%50%-
HSV(B)22.16º60.66%71.76%-
XYZ26.622.359.04-
YUV129.2695.69166.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 72 (28.52% from 255) = 19.57%
R=49.73%
G=30.71%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831137200.380.610.2822.1643.5350
HexB771480263D1C162c32
Octal2671611100467534265462
Binary101101111110001100100001001101111011110010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77148; }

 p { color: rgb(183,113,72); }

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

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

 a { background-color: rgb(183,113,72); }

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

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

 span { border-color: rgb(183,113,72); }

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