#BB7148

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

Shades of Bourbon #BB7148

Tints of Bourbon #BB7148

Color information

#BB7148 (or 0xBB7148) is unknown color: approx Bourbon. HEX triplet: BB, 71 and 48. RGB value is (187,113,72). Sum of RGB (Red+Green+Blue) = 187+113+72=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7148 is #448EB7. Grayscale: #828282. Windows color (decimal): -4492984 or 4747707. OLE color: 4747707.

HSL color Cylindrical-coordinate representation of color #BB7148: hue angle of 21.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB7148 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18711372-
CMYK00.400.610.27
HSL21.39º45.82%50.78%-
HSV(B)21.39º61.5%73.33%-
XYZ27.5722.849.09-
YUV130.4595.02168.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=50.27%
G=30.38%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871137200.400.610.2721.3945.8250.78
HexBB71480283D1B152e33
Octal2731611100507533255663
Binary101110111110001100100001010001111011101110101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7148; }

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

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

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

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

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

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

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

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