#BC6C45

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

Shades of Bourbon #BC6C45

Tints of Bourbon #BC6C45

Color information

#BC6C45 (or 0xBC6C45) is unknown color: approx Bourbon. HEX triplet: BC, 6C and 45. RGB value is (188,108,69). Sum of RGB (Red+Green+Blue) = 188+108+69=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C45 is #4393BA. Grayscale: #7F7F7F. Windows color (decimal): -4428731 or 4549820. OLE color: 4549820.

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

Color convert

RGB18810869-
CMYK00.430.630.26
HSL19.66º47.04%50.39%-
HSV(B)19.66º63.3%73.73%-
XYZ27.1821.858.41-
YUV127.4795171.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=51.51%
G=29.59%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881086900.430.630.2619.6647.0450.39
HexBC6C4502B3F1A142f32
Octal2741541050537732245762
Binary101111001101100100010101010111111111101010100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C45; }

 p { color: rgb(188,108,69); }

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

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

 a { background-color: rgb(188,108,69); }

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

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

 span { border-color: rgb(188,108,69); }

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