#BC6941

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

Shades of Bourbon #BC6941

Tints of Bourbon #BC6941

Color information

#BC6941 (or 0xBC6941) is unknown color: approx Bourbon. HEX triplet: BC, 69 and 41. RGB value is (188,105,65). Sum of RGB (Red+Green+Blue) = 188+105+65=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6941 is #4396BE. Grayscale: #7D7D7D. Windows color (decimal): -4429503 or 4286908. OLE color: 4286908.

HSL color Cylindrical-coordinate representation of color #BC6941: hue angle of 19.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC6941 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18810565-
CMYK00.440.650.26
HSL19.51º48.62%49.61%-
HSV(B)19.51º65.43%73.73%-
XYZ26.7421.187.68-
YUV125.2694172.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=52.51%
G=29.33%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881056500.440.650.2619.5148.6249.61
HexBC694102C411A143132
Octal27415110105410132246162
Binary1011110011010011000001010110010000011101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6941; }

 p { color: rgb(188,105,65); }

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

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

 a { background-color: rgb(188,105,65); }

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

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

 span { border-color: rgb(188,105,65); }

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