#BB6B41

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

Shades of Bourbon #BB6B41

Tints of Bourbon #BB6B41

Color information

#BB6B41 (or 0xBB6B41) is unknown color: approx Bourbon. HEX triplet: BB, 6B and 41. RGB value is (187,107,65). Sum of RGB (Red+Green+Blue) = 187+107+65=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6B41 is #4494BE. Grayscale: #7E7E7E. Windows color (decimal): -4494527 or 4287419. OLE color: 4287419.

HSL color Cylindrical-coordinate representation of color #BB6B41: hue angle of 20.66º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB6B41 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18710765-
CMYK00.430.650.27
HSL20.66º48.41%49.41%-
HSV(B)20.66º65.24%73.33%-
XYZ26.7121.467.74-
YUV126.1393.5171.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 65 (25.78% from 255) = 18.11%
R=52.09%
G=29.81%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871076500.430.650.2720.6648.4149.41
HexBB6B4102B411B153031
Octal27315310105310133256061
Binary1011101111010111000001010101110000011101110101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B41; }

 p { color: rgb(187,107,65); }

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

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

 a { background-color: rgb(187,107,65); }

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

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

 span { border-color: rgb(187,107,65); }

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