#BC645E

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

Shades of Sunglo #BC645E

Tints of Sunglo #BC645E

Color information

#BC645E (or 0xBC645E) is unknown color: approx Sunglo. HEX triplet: BC, 64 and 5E. RGB value is (188,100,94). Sum of RGB (Red+Green+Blue) = 188+100+94=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC645E is #439BA1. Grayscale: #7D7D7D. Windows color (decimal): -4430754 or 6186172. OLE color: 6186172.

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

Color convert

RGB18810094-
CMYK00.470.500.26
HSL3.83º41.23%55.29%-
HSV(B)3.83º50%73.73%-
XYZ27.3220.6113.13-
YUV125.63110.15172.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 94 (37.11% from 255) = 24.61%
R=49.21%
G=26.18%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881009400.470.500.263.8341.2355.29
HexBC645E02F321A42937
Octal274144136057623245167
Binary1011110011001001011110010111111001011010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC645E; }

 p { color: rgb(188,100,94); }

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

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

 a { background-color: rgb(188,100,94); }

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

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

 span { border-color: rgb(188,100,94); }

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